From fc811416f3158f4ec573ac30606171485a00a78e Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 15 Jun 2022 19:16:11 +0930 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 0a30725ac..8dd7df4be 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -382,7 +382,7 @@ class Installer extends Command $this->call('instance:actor'); $this->line(''); $this->info('Creating Password Keys for API:'); - $this->call('passport:keys, ['--force' => true]); + $this->call('passport:keys', ['--force' => true]); $confirm = $this->choice('Do you want to create an admin account?', ['Yes', 'No'], 0); if($confirm === 'Yes') {