Skip to content

Commit 56fbd7e

Browse files
authored
Update ControllerMakeCommand.php (#174)
1 parent cb8262b commit 56fbd7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Console/Commands/ControllerMakeCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ protected function afterPromptingForMissingArguments(InputInterface $input, Outp
158158
}
159159
$resource = select(
160160
'What resource should this resource relies to? (Optional)',
161-
$this->possibleResources(),
162-
required: false
161+
$this->possibleResources()
163162
);
164163

165164
if ($resource) {

0 commit comments

Comments
 (0)