Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 4dfb110

Browse files
committed
Typo
1 parent 66064c9 commit 4dfb110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use Illuminate\Database\Connection;
55
use Illuminate\Queue\DatabaseQueue;
6-
use Illuminate\Queue\DatabaseQueue\DatabaseJob;
6+
use Illuminate\Queue\Jobs\DatabaseJob;
77

88
class AsyncQueue extends DatabaseQueue
99
{

0 commit comments

Comments
 (0)