diff --git a/src/Console/Commands/VaporHealthCheckCommand.php b/src/Console/Commands/VaporHealthCheckCommand.php index 0f0410a..4862948 100644 --- a/src/Console/Commands/VaporHealthCheckCommand.php +++ b/src/Console/Commands/VaporHealthCheckCommand.php @@ -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.' ); } }