Skip to content

Commit

Permalink
Merge pull request #178 from thomaswelton/patch-1
Browse files Browse the repository at this point in the history
Spelling error fixes #173 Thanks @thomaswelton
  • Loading branch information
andrew13 committed Dec 23, 2013
2 parents 5f96e39 + 6b9ca44 commit 5f22399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/MigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function fire()

$this->line('');
$this->info( "Table name: $table" );
$message = "An migration that creates the $table table will".
$message = "A migration that creates the $table table will".
" be created in app/database/migrations directory";

$this->comment( $message );
Expand Down

0 comments on commit 5f22399

Please sign in to comment.