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

Commit 86bbcaa

Browse files
committed
domains are required for jobs
1 parent f9a8b16 commit 86bbcaa

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
@@ -79,7 +79,7 @@ public function getArguments()
7979
{
8080
return [
8181
['job', InputArgument::REQUIRED, 'The job\'s name.'],
82-
['domain', InputArgument::OPTIONAL, 'The domain to be responsible for the job.'],
82+
['domain', InputArgument::REQUIRED, 'The domain to be responsible for the job.'],
8383
];
8484
}
8585

0 commit comments

Comments
 (0)