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

Commit ef81d59

Browse files
committed
domain required
1 parent 5967619 commit ef81d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/JobMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getArguments()
8080
{
8181
return [
8282
['job', InputArgument::REQUIRED, 'The job\'s name.'],
83-
['domain', InputArgument::OPTIONAL, 'The domain to be responsible for the job.'],
83+
['domain', InputArgument::REQUIRED, 'The domain to be responsible for the job.'],
8484
];
8585
}
8686

0 commit comments

Comments
 (0)