Skip to content

Commit

Permalink
Enable seed to all option (#30874)
Browse files Browse the repository at this point in the history
  • Loading branch information
regiszanandrea authored and taylorotwell committed Dec 18, 2019
1 parent 5f278d8 commit 4c30d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function handle()

if ($this->option('all')) {
$this->input->setOption('factory', true);
$this->input->setOption('seed', true);
$this->input->setOption('migration', true);
$this->input->setOption('controller', true);
$this->input->setOption('resource', true);
Expand Down

0 comments on commit 4c30d2c

Please sign in to comment.