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 6d6e4e1 commit 40373f9Copy full SHA for 40373f9
src/Illuminate/Support/Facades/Queue.php
@@ -49,6 +49,7 @@
49
* @method static void assertNothingPushed()
50
* @method static \Illuminate\Support\Collection pushed(string $job, callable|null $callback = null)
51
* @method static \Illuminate\Support\Collection pushedRaw(null|\Closure $callback = null)
52
+ * @method static \Illuminate\Support\Collection listenersPushed(string $listenerClass, \Closure|null $callback = null)
53
* @method static bool hasPushed(string $job)
54
* @method static bool shouldFakeJob(object $job)
55
* @method static array pushedJobs()
0 commit comments