From 32a230c931c144e21fa08b794448a2545e3e7aaf Mon Sep 17 00:00:00 2001 From: Krishnaprasad MG Date: Sun, 7 Jun 2015 00:46:55 +0200 Subject: [PATCH] A small typo ;) --- src/Commands/MigrationMakeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/MigrationMakeCommand.php b/src/Commands/MigrationMakeCommand.php index bcc06ec..4bd2932 100644 --- a/src/Commands/MigrationMakeCommand.php +++ b/src/Commands/MigrationMakeCommand.php @@ -28,7 +28,7 @@ class MigrationMakeCommand extends Command * * @var string */ - protected $description = 'Create a new migration class, and apply schema at the same time'; + protected $description = 'Create a new migration class and apply schema at the same time'; /** * The filesystem instance.