Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Mar 6, 2024
1 parent b29f4fc commit 352caeb
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 @@ -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.');
Expand Down

0 comments on commit 352caeb

Please sign in to comment.