Skip to content

Commit

Permalink
Issue #21. Fix make:migration --create bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleigh committed May 4, 2017
1 parent 653969a commit cc3aebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MakeMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MakeMigration extends YarakCommand
*/
protected $signature = 'make:migration
{name : The name of your migration, words separated by underscores.}
{--c|create : The name of the table to create.}';
{--c|create= : The name of the table to create.}';

/**
* The command description.
Expand Down

0 comments on commit cc3aebb

Please sign in to comment.