diff --git a/src/Illuminate/Foundation/Console/ApiInstallCommand.php b/src/Illuminate/Foundation/Console/ApiInstallCommand.php index 6dd33f848a2b..b85cdb98589f 100644 --- a/src/Illuminate/Foundation/Console/ApiInstallCommand.php +++ b/src/Illuminate/Foundation/Console/ApiInstallCommand.php @@ -64,7 +64,7 @@ public function handle() if ($this->option('passport')) { $this->call('passport:install', [ - '--uuids' => $this->confirm('Would you like to use UUIDs for all client IDs?') + '--uuids' => $this->confirm('Would you like to use UUIDs for all client IDs?'), ]); $this->components->info('API scaffolding installed. Please add the [Laravel\Passport\HasApiTokens] trait to your User model.');