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 0d6cf86 commit c6722f6Copy full SHA for c6722f6
src/Illuminate/Support/Facades/Queue.php
@@ -40,6 +40,8 @@
40
* @method static mixed getJobBackoff(mixed $job)
41
* @method static mixed getJobExpiration(mixed $job)
42
* @method static void createPayloadUsing(callable|null $callback)
43
+ * @method static array getConfig()
44
+ * @method static \Illuminate\Queue\Queue setConfig(array $config)
45
* @method static \Illuminate\Container\Container getContainer()
46
* @method static void setContainer(\Illuminate\Container\Container $container)
47
* @method static \Illuminate\Support\Testing\Fakes\QueueFake except(array|string $jobsToBeQueued)
0 commit comments