We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44e0b commit 9ae962aCopy full SHA for 9ae962a
src/Illuminate/Foundation/Console/ModelMakeCommand.php
@@ -144,6 +144,8 @@ protected function createController()
144
'--model' => $this->option('resource') || $this->option('api') ? $modelName : null,
145
'--api' => $this->option('api'),
146
'--requests' => $this->option('requests') || $this->option('all'),
147
+ '--test' => $this->option('test'),
148
+ '--pest' => $this->option('pest'),
149
]));
150
}
151
0 commit comments