We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ccb2b commit 6f6044aCopy full SHA for 6f6044a
v5/queues.md
@@ -25,7 +25,7 @@ To start using the queues and jobs system, you first need to add the `TypeRocket
25
* Application Service Providers...
26
*/
27
'\App\Services\AuthService',
28
- 'TypeRocket\Services\JobQueueRunner', // <- Added here
+ '\TypeRocket\Services\JobQueueRunner', // <- Added here
29
],
30
```
31
0 commit comments