X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fconsole.php;h=a6513a2e8f992bdd52d5a8bfea7ff81e5c7e94ef;hb=81d500c271627fe605444b8c900f07375c609d98;hp=4c396854dc09c06564f5c4e86b01c645f49dfc5c;hpb=4c4ed63dca13cc0382af9020e69980c63f988b47;p=friendica.git diff --git a/bin/console.php b/bin/console.php index 4c396854dc..a6513a2e8f 100755 --- a/bin/console.php +++ b/bin/console.php @@ -2,9 +2,11 @@ addRules(include __DIR__ . '/../static/dependencies.config.php'); +$dice = $dice->addRule(LoggerInterface::class,['constructParams' => ['console']]); (new Friendica\Core\Console($dice, $argv))->execute();