This commit is contained in:
Taylor Otwell 2012-02-19 09:43:34 -06:00
parent 22e5d8e425
commit 106b5dc1e1
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public function make($arguments = array())
// Once the migration has been created, we'll return the
// migration file name so it can be used by the task
// consumer if necessary.
// consumer if necessary for futher work.
return $file;
}