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 ae63ff4 commit 3a8efd7Copy full SHA for 3a8efd7
src/Illuminate/Support/Facades/Queue.php
@@ -21,7 +21,6 @@
21
* @method static void assertPushed(string|\Closure $job, callable|int $callback = null)
22
* @method static void assertPushedOn(string $queue, string|\Closure $job, callable|int $callback = null)
23
* @method static void assertPushedWithChain(string $job, array $expectedChain = [], callable $callback = null)
24
- * @method static void popUsing(string $workerName, callable $callback)
25
*
26
* @see \Illuminate\Queue\QueueManager
27
* @see \Illuminate\Queue\Queue
0 commit comments