X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fconsole.php;h=a6513a2e8f992bdd52d5a8bfea7ff81e5c7e94ef;hb=1f790eaeef55b51a39045c97809d95d5506c79a9;hp=4c396854dc09c06564f5c4e86b01c645f49dfc5c;hpb=0a82fe4211f73cf10107feb69fe38eaa85eb61f8;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();