Skip to content

Commit

Permalink
Update ApiInstallCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Mar 4, 2024
1 parent 4d04fa5 commit 01e2335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/ApiInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit 01e2335

Please sign in to comment.