X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FPostUpdate.php;h=5cff05a6980e6805622bdf796c24e78922e25fb6;hb=18745b1723b3f8580704914e8f9df8441c859e70;hp=f3e81c1af5e77e9c0a4c89f14a3ff90055986d1b;hpb=3c76826793feeb933dab7a07dab7cc7eb2efc451;p=friendica.git diff --git a/src/Console/PostUpdate.php b/src/Console/PostUpdate.php index f3e81c1af5..5cff05a698 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\L10n\L10n; +use Friendica\Core\Config\IConfig; +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 IConfig */ 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, IConfig $config, L10n $l10n, array $argv = null) { parent::__construct($argv);