Skip to content

Commit 9ae962a

Browse files
Passthru test options (#48335)
1 parent ba44e0b commit 9ae962a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Foundation/Console/ModelMakeCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ protected function createController()
144144
'--model' => $this->option('resource') || $this->option('api') ? $modelName : null,
145145
'--api' => $this->option('api'),
146146
'--requests' => $this->option('requests') || $this->option('all'),
147+
'--test' => $this->option('test'),
148+
'--pest' => $this->option('pest'),
147149
]));
148150
}
149151

0 commit comments

Comments
 (0)