Refactoring Core class structures ...
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
namespace Friendica\Console;
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config\IConfig;
|
||||
use Friendica\Core\Config\Capability\IManageConfigValues;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\Update;
|
||||
|
||||
@@ -38,7 +38,7 @@ class PostUpdate extends \Asika\SimpleConsole\Console
|
||||
*/
|
||||
private $appMode;
|
||||
/**
|
||||
* @var IConfig
|
||||
* @var \Friendica\Core\Config\Capability\IManageConfigValues
|
||||
*/
|
||||
private $config;
|
||||
/**
|
||||
@@ -60,7 +60,7 @@ HELP;
|
||||
return $help;
|
||||
}
|
||||
|
||||
public function __construct(App\Mode $appMode, IConfig $config, L10n $l10n, array $argv = null)
|
||||
public function __construct(App\Mode $appMode, IManageConfigValues $config, L10n $l10n, array $argv = null)
|
||||
{
|
||||
parent::__construct($argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user