fix(CheckProxy, Status): prevent proxy checks when force_stop is active; remove debug statement in General
This commit is contained in:
@@ -455,7 +455,6 @@ class General extends Component
|
||||
{
|
||||
$config = GenerateConfig::run($this->application, true);
|
||||
$fileName = str($this->application->name)->slug()->append('_config.json');
|
||||
dd($config);
|
||||
|
||||
return response()->streamDownload(function () use ($config) {
|
||||
echo $config;
|
||||
|
||||
Reference in New Issue
Block a user