mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Merge branch 'develop' into feature/service-export-import
This commit is contained in:
@@ -115,7 +115,6 @@ class AppSettingsCommand extends Command
|
||||
$this->checkForRedis();
|
||||
$this->writeToEnvironment($this->variables);
|
||||
|
||||
$this->command->call('config:cache');
|
||||
$this->info($this->command->output());
|
||||
}
|
||||
|
||||
|
||||
@@ -122,7 +122,6 @@ class DatabaseSettingsCommand extends Command
|
||||
|
||||
$this->writeToEnvironment($this->variables);
|
||||
|
||||
$this->console->call('config:cache');
|
||||
$this->info($this->console->output());
|
||||
|
||||
return 0;
|
||||
|
||||
@@ -92,7 +92,6 @@ class EmailSettingsCommand extends Command
|
||||
$this->writeToEnvironment($this->variables);
|
||||
|
||||
$this->line('Updating stored environment configuration file.');
|
||||
$this->call('config:cache');
|
||||
$this->line('');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user