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 74441ad commit 6c53284Copy full SHA for 6c53284
src/Illuminate/Support/Facades/Queue.php
@@ -31,6 +31,7 @@
31
* @method static \Illuminate\Contracts\Queue\Job|null pop(string|null $queue = null)
32
* @method static string getConnectionName()
33
* @method static \Illuminate\Contracts\Queue\Queue setConnectionName(string $name)
34
+ * @method static mixed getJobTries(mixed $job)
35
* @method static mixed getJobBackoff(mixed $job)
36
* @method static mixed getJobExpiration(mixed $job)
37
* @method static void createPayloadUsing(callable|null $callback)
0 commit comments