X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fconsole.php;h=a6513a2e8f992bdd52d5a8bfea7ff81e5c7e94ef;hb=1f790eaeef55b51a39045c97809d95d5506c79a9;hp=d783e1159f7a273a1e6e350537ae2cbc83c022bc;hpb=fe8f0e00454919e3ee1150a2e75badb55a273c3a;p=friendica.git diff --git a/bin/console.php b/bin/console.php index d783e1159f..a6513a2e8f 100755 --- a/bin/console.php +++ b/bin/console.php @@ -1,13 +1,12 @@ #!/usr/bin/env php addRules(include __DIR__ . '/../static/dependencies.config.php'); +$dice = $dice->addRule(LoggerInterface::class,['constructParams' => ['console']]); -(new Friendica\Core\Console($argv))->execute(); +(new Friendica\Core\Console($dice, $argv))->execute();