X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole.php;h=d1374a1b8fab1b71ebe944b85783188e23194051;hb=1701ea2034feb1cb8b7cce8455ff8e3c1f8875c6;hp=fe2c969f239366904b68c2d82478455d344c473c;hpb=3545e9cfa806dc747af3c45461242c81bf999b6f;p=friendica.git diff --git a/src/Core/Console.php b/src/Core/Console.php index fe2c969f23..d1374a1b8f 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -1,6 +1,6 @@ Friendica\Console\Addon::class, 'cache' => Friendica\Console\Cache::class, 'config' => Friendica\Console\Config::class, + 'contact' => Friendica\Console\Contact::class, 'createdoxygen' => Friendica\Console\CreateDoxygen::class, 'docbloxerrorchecker' => Friendica\Console\DocBloxErrorChecker::class, 'dbstructure' => Friendica\Console\DatabaseStructure::class, @@ -170,6 +172,8 @@ HELP; Friendica\DI::init($this->dice); + Renderer::registerTemplateEngine('Friendica\Render\FriendicaSmartyEngine'); + /** @var Console $subconsole */ $subconsole = $this->dice->create($className, [$subargs]);