This commit is contained in:
Taylor Otwell
2012-02-19 09:43:34 -06:00
parent 22e5d8e425
commit 106b5dc1e1

View File

@@ -206,7 +206,7 @@ class Migrator extends Task {
// Once the migration has been created, we'll return the // Once the migration has been created, we'll return the
// migration file name so it can be used by the task // migration file name so it can be used by the task
// consumer if necessary. // consumer if necessary for futher work.
return $file; return $file;
} }