diff --git a/src/Console/Commands/ControllerMakeCommand.php b/src/Console/Commands/ControllerMakeCommand.php index 8dce2ef..bc8f421 100644 --- a/src/Console/Commands/ControllerMakeCommand.php +++ b/src/Console/Commands/ControllerMakeCommand.php @@ -158,8 +158,7 @@ protected function afterPromptingForMissingArguments(InputInterface $input, Outp } $resource = select( 'What resource should this resource relies to? (Optional)', - $this->possibleResources(), - required: false + $this->possibleResources() ); if ($resource) {