From 106b5dc1e13d90121f1ad086653ea65d4c44b6a4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 19 Feb 2012 09:43:34 -0600 Subject: [PATCH] tweaks. --- laravel/cli/tasks/migrate/migrator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/cli/tasks/migrate/migrator.php b/laravel/cli/tasks/migrate/migrator.php index 2985ee0f..0ee059ad 100644 --- a/laravel/cli/tasks/migrate/migrator.php +++ b/laravel/cli/tasks/migrate/migrator.php @@ -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; }