|
|
@ -595,7 +595,7 @@ return [ |
|
|
|
'basePath' => __DIR__, |
|
|
|
'basePath' => __DIR__, |
|
|
|
'baseUrl' => '', |
|
|
|
'baseUrl' => '', |
|
|
|
], |
|
|
|
], |
|
|
|
); |
|
|
|
]; |
|
|
|
EOD; |
|
|
|
EOD; |
|
|
|
if (file_exists($configFile)) { |
|
|
|
if (file_exists($configFile)) { |
|
|
|
if (!$this->confirm("File '{$configFile}' already exists. Do you wish to overwrite it?")) { |
|
|
|
if (!$this->confirm("File '{$configFile}' already exists. Do you wish to overwrite it?")) { |
|
|
|