Skip to content

Commit

Permalink
Passthru test options (#48335)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary authored Sep 11, 2023
1 parent ba44e0b commit 9ae962a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ protected function createController()
'--model' => $this->option('resource') || $this->option('api') ? $modelName : null,
'--api' => $this->option('api'),
'--requests' => $this->option('requests') || $this->option('all'),
'--test' => $this->option('test'),
'--pest' => $this->option('pest'),
]));
}

Expand Down

0 comments on commit 9ae962a

Please sign in to comment.