Skip to content

Commit 6f6044a

Browse files
committed
fix code typo in docs
1 parent 59ccb2b commit 6f6044a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v5/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To start using the queues and jobs system, you first need to add the `TypeRocket
2525
* Application Service Providers...
2626
*/
2727
'\App\Services\AuthService',
28-
'TypeRocket\Services\JobQueueRunner', // <- Added here
28+
'\TypeRocket\Services\JobQueueRunner', // <- Added here
2929
],
3030
```
3131

0 commit comments

Comments
 (0)