Skip to content

Commit

Permalink
Update VaporHealthCheckCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jan 17, 2024
1 parent a479f5c commit 73bb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/VaporHealthCheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected function ensureBaseConfigurationFilesWereHarmonized()

if (! Str::contains($configuration, "'key' => env('NULL_AWS_ACCESS_KEY_ID')")) {
throw new Exception(
'Laravel 11 or higher requires the latest version of Vapor CLI.'
'Laravel 11 or later requires the latest version of Vapor CLI.'
);
}
}
Expand Down

0 comments on commit 73bb347

Please sign in to comment.