Skip to content

Commit

Permalink
Remove unnecessary argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed May 7, 2015
1 parent 482425d commit bf6d6ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/MigrationMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ protected function makeModel()

if ($this->option('model') && !$this->files->exists($modelPath)) {
$this->call('make:model', [
'name' => $this->getModelName(),
'--no-migration' => true
'name' => $this->getModelName()
]);
}
}
Expand Down

0 comments on commit bf6d6ef

Please sign in to comment.