Merge pull request #3149 from nstapelbroek/feature/fix-undefined-config-in-setup
Fix error Undefined variable: config when running cachet:install
This commit is contained in:
@@ -283,6 +283,7 @@ class InstallCommand extends Command
|
||||
*/
|
||||
protected function configureCachet()
|
||||
{
|
||||
$config = [];
|
||||
if ($this->confirm('Do you wish to use Cachet Beacon?')) {
|
||||
$config['CACHET_BEACON'] = 'true';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user