mirror of
https://github.com/getgrav/grav.git
synced 2026-03-01 01:51:29 +01:00
CLI command cleanup
This commit is contained in:
@@ -23,9 +23,6 @@ class InstallCommand extends ConsoleCommand
|
||||
/** @var array */
|
||||
protected $config;
|
||||
|
||||
/** @var array */
|
||||
protected $local_config;
|
||||
|
||||
/** @var string */
|
||||
protected $destination;
|
||||
|
||||
|
||||
@@ -146,6 +146,7 @@ trait ConsoleTrait
|
||||
$file = YamlFile::instance($local_config_file);
|
||||
$this->local_config = $file->content();
|
||||
$file->free();
|
||||
|
||||
return $local_config_file;
|
||||
}
|
||||
|
||||
|
||||
@@ -49,9 +49,6 @@ class InstallCommand extends ConsoleCommand
|
||||
/** @var string */
|
||||
protected $tmp;
|
||||
|
||||
/** @var array */
|
||||
protected $local_config;
|
||||
|
||||
/** @var bool */
|
||||
protected $use_symlinks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user