Taylor Otwell 13 years ago
parent
commit
106b5dc1e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/cli/tasks/migrate/migrator.php

+ 1 - 1
laravel/cli/tasks/migrate/migrator.php

@@ -206,7 +206,7 @@ class Migrator extends Task {
 
 		// 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;
 	}