Skip to content

Commit 4cf5598

Browse files
committed
[4.x-dev] Added missing test attribute
1 parent fa0d675 commit 4cf5598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Support/SimpleJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class SimpleJob implements ShouldQueue
1515
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
1616

1717
public $tries = 3;
18+
public $id = 0;
1819

1920
/**
2021
* Create a new job instance.

0 commit comments

Comments
 (0)