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 01e2335 commit 6109d52
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 you like to run the pending database migrations?', false)) {
if ($this->confirm('One new database migration has been published. Would you like to run all pending database migrations?', false)) {
$this->call('migrate');
}

Expand Down

0 comments on commit 6109d52

Please sign in to comment.