James Cole
2021-11-15 23:16:30 +01:00
parent dba24d2dee
commit babf462bcf
2 changed files with 7 additions and 7 deletions

View File

@@ -143,10 +143,10 @@ class UpgradeDatabase extends Command
$result = Artisan::output();
echo $result;
$this->line('Now installing OAuth2 keys...');
Artisan::call('passport:install');
$result = Artisan::output();
echo $result;
// $this->line('Now installing OAuth2 keys...');
// Artisan::call('passport:install');
// $result = Artisan::output();
// echo $result;
$this->line('Done!');
}