From a3651f37300a535c64def18d7b3798578bf674a1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 6 Mar 2024 10:07:07 -0600 Subject: [PATCH] formatting --- src/Illuminate/Foundation/Console/ApiInstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Console/ApiInstallCommand.php b/src/Illuminate/Foundation/Console/ApiInstallCommand.php index b85cdb98589f..967c6fa16f56 100644 --- a/src/Illuminate/Foundation/Console/ApiInstallCommand.php +++ b/src/Illuminate/Foundation/Console/ApiInstallCommand.php @@ -21,7 +21,7 @@ class ApiInstallCommand extends Command protected $signature = 'install:api {--composer=global : Absolute path to the Composer binary which should be used to install packages} {--force : Overwrite any existing API routes file} - {--passport : Install Laravel Passport}'; + {--passport : Install Laravel Passport instead of Laravel Sanctum}'; /** * The console command description.