diff --git a/src/Illuminate/Foundation/Console/ApiInstallCommand.php b/src/Illuminate/Foundation/Console/ApiInstallCommand.php index fa2849187c5a..8a74f506e8e0 100644 --- a/src/Illuminate/Foundation/Console/ApiInstallCommand.php +++ b/src/Illuminate/Foundation/Console/ApiInstallCommand.php @@ -49,7 +49,7 @@ public function handle() $this->uncommentApiRoutesFile(); } - if ($this->confirm('One new migration has been published. Would like to run pending migrations now?', false)) { + if ($this->confirm('One new migration has been published. Would you like to run the pending database migrations?', false)) { $this->call('migrate'); }