X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FPostUpdate.php;h=376d3abb4b0354f6a4463b1785e9fa054626a7f7;hb=e56a53647bd5469551bf4f9ef2df50a5dd16b943;hp=36916933473f571f593216d83efbae37027e547a;hpb=2838635d648cee828f1f2dc29a499e0a61a3b9a1;p=friendica.git diff --git a/src/Console/PostUpdate.php b/src/Console/PostUpdate.php index 3691693347..376d3abb4b 100644 --- a/src/Console/PostUpdate.php +++ b/src/Console/PostUpdate.php @@ -1,19 +1,33 @@ . + * + */ namespace Friendica\Console; use Friendica\App; -use Friendica\Core\Config\IConfiguration; +use Friendica\Core\Config\Capability\IManageConfigValues; use Friendica\Core\L10n; use Friendica\Core\Update; /** * Performs database post updates - * - * License: AGPLv3 or later, same as Friendica - * - * @author Tobias Diekershoff - * @author Hypolite Petovan */ class PostUpdate extends \Asika\SimpleConsole\Console { @@ -24,7 +38,7 @@ class PostUpdate extends \Asika\SimpleConsole\Console */ private $appMode; /** - * @var IConfiguration + * @var IManageConfigValues */ private $config; /** @@ -46,7 +60,7 @@ HELP; return $help; } - public function __construct(App\Mode $appMode, IConfiguration $config, L10n $l10n, array $argv = null) + public function __construct(App\Mode $appMode, IManageConfigValues $config, L10n $l10n, array $argv = null) { parent::__construct($argv);