X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fconsole.php;h=a6513a2e8f992bdd52d5a8bfea7ff81e5c7e94ef;hb=d3929267d0d8fe9eac176685a34d2cfb2f8122ce;hp=c39df953f287b0873748816638cd09475b82c5da;hpb=2f49c4a0586610c3a89b6342a90b916b95719d10;p=friendica.git diff --git a/bin/console.php b/bin/console.php index c39df953f2..a6513a2e8f 100755 --- a/bin/console.php +++ b/bin/console.php @@ -1,9 +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();