Merge branch 'develop' into feature/service-export-import

This commit is contained in:
Dane Everitt 2017-10-17 21:31:35 -05:00
commit 5e712f0bb1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 4 additions and 15 deletions

View file

@ -115,7 +115,6 @@ class AppSettingsCommand extends Command
$this->checkForRedis();
$this->writeToEnvironment($this->variables);
$this->command->call('config:cache');
$this->info($this->command->output());
}