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 fa0d675 commit 4cf5598Copy full SHA for 4cf5598
tests/Support/SimpleJob.php
@@ -15,6 +15,7 @@ class SimpleJob implements ShouldQueue
15
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
16
17
public $tries = 3;
18
+ public $id = 0;
19
20
/**
21
* Create a new job instance.
0 commit comments