Explorar o código

Update Installer.php

Shlee %!s(int64=3) %!d(string=hai) anos
pai
achega
fc811416f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Console/Commands/Installer.php

+ 1 - 1
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') {