Skip to content

Commit 725c1c7

Browse files
committed
fix: job stub
1 parent 5e73348 commit 725c1c7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/Generators/stubs/domains/job.stub

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ use Bit\Skeleton\Concepts\Job;
77
class {{ job }} extends Job
88
{
99
/**
10-
* Execute the feature.
10+
* Create a job with arguments are received from the entity that runned it.
11+
*
12+
* @return void
13+
*/
14+
public function __construct()
15+
{
16+
//
17+
}
18+
19+
/**
20+
* Execute the job.
1121
*
1222
* @return mixed
1323
*/

0 commit comments

Comments
 (0)