فهرست منبع

Update Installer.php

Shlee 3 سال پیش
والد
کامیت
6d76d02732
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      app/Console/Commands/Installer.php

+ 3 - 3
app/Console/Commands/Installer.php

@@ -376,13 +376,13 @@ class Installer extends Command
         	$this->call('migrate', ['--force' => true]);
         	$this->call('migrate', ['--force' => true]);
             $this->line('');
             $this->line('');
             $this->info('Importing Cities:');
             $this->info('Importing Cities:');
-            $this->callSilently('import:cities');
+            $this->call('import:cities');
             $this->line('');
             $this->line('');
             $this->info('Creating Federation Instance Actor:');
             $this->info('Creating Federation Instance Actor:');
-            $this->callSilently('instance:actor');
+            $this->call('instance:actor');
             $this->line('');
             $this->line('');
             $this->info('Creating Password Keys for API:');
             $this->info('Creating Password Keys for API:');
-            $this->callSilently('passport:keys, ['--force' => true]);
+            $this->call('passport:keys, ['--force' => true]);
 
 
             $confirm = $this->choice('Do you want to create an admin account?', ['Yes', 'No'], 0);
             $confirm = $this->choice('Do you want to create an admin account?', ['Yes', 'No'], 0);
 	        if($confirm === 'Yes') {
 	        if($confirm === 'Yes') {