Fix error Undefined variable: config when running cachet:install

This commit is contained in:
Nico Stapelbroek
2018-07-02 11:15:35 +02:00
parent fc1889a3c2
commit eaf114ec17

View File

@@ -283,6 +283,7 @@ class InstallCommand extends Command
*/ */
protected function configureCachet() protected function configureCachet()
{ {
$config = [];
if ($this->confirm('Do you wish to use Cachet Beacon?')) { if ($this->confirm('Do you wish to use Cachet Beacon?')) {
$config['CACHET_BEACON'] = 'true'; $config['CACHET_BEACON'] = 'true';
} }