Skip to content

Commit

Permalink
Passthru test options
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Sep 7, 2023
1 parent 3caca4c commit d6466ce
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 d6466ce

Please sign in to comment.