浏览代码

Update Installer.php

Shlee 3 年之前
父节点
当前提交
fc811416f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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') {