Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit b9ec4b8

Browse files
committed
Add deleted flag
Fixes #31, this was not in the AbstractJob in L4.0
1 parent 1f2893b commit b9ec4b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Jobs/AsyncJob.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
class AsyncJob extends SyncJob
1010
{
11+
/**
12+
* Indicates if the job has been deleted.
13+
*
14+
* @var bool
15+
*/
16+
protected $deleted = false;
17+
1118
/**
1219
* The job model.
1320
*

0 commit comments

Comments
 (0)