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 143ebc5 commit 8fc27a2Copy full SHA for 8fc27a2
src/Illuminate/Support/Facades/Queue.php
@@ -19,6 +19,7 @@
19
* @method static void pauseFor(string $connection, string $queue, \DateTimeInterface|\DateInterval|int $ttl)
20
* @method static void resume(string $connection, string $queue)
21
* @method static bool isPaused(string $connection, string $queue)
22
+ * @method static void withoutInterruptionPolling()
23
* @method static void extend(string $driver, \Closure $resolver)
24
* @method static void addConnector(string $driver, \Closure $resolver)
25
* @method static string getDefaultDriver()
0 commit comments