Skip to content

Commit

Permalink
Merge pull request #47 from sunspikes/patch-1
Browse files Browse the repository at this point in the history
A small typo ;)
  • Loading branch information
JeffreyWay committed Aug 19, 2015
2 parents 53b8221 + 32a230c commit deb387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MigrationMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MigrationMakeCommand extends Command
*
* @var string
*/
protected $description = 'Create a new migration class, and apply schema at the same time';
protected $description = 'Create a new migration class and apply schema at the same time';

/**
* The filesystem instance.
Expand Down

0 comments on commit deb387f

Please sign in to comment.