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

Commit fa71061

Browse files
committed
Update AsyncJob.php
1 parent b9ec4b8 commit fa71061

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Jobs/AsyncJob.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
class AsyncJob extends SyncJob
1010
{
1111
/**
12-
* Indicates if the job has been deleted.
13-
*
14-
* @var bool
15-
*/
16-
protected $deleted = false;
17-
12+
* Indicates if the job has been deleted.
13+
*
14+
* @var bool
15+
*/
16+
protected $deleted = false;
17+
1818
/**
1919
* The job model.
2020
*

0 commit comments

Comments
 (0)