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()
|
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';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user