]> git.mxchange.org Git - friendica.git/blobdiff - bin/auth_ejabberd.php
Add parameter for "toArray()" method
[friendica.git] / bin / auth_ejabberd.php
index 5ccdd0174bb5068cea5d3716ca5903e6241e4825..13dc6eeba0004d5b99b05a36807a7a4febdf1e8e 100755 (executable)
@@ -34,7 +34,6 @@
 
 use Dice\Dice;
 use Friendica\App\Mode;
-use Friendica\BaseObject;
 use Friendica\Util\ExAuth;
 use Psr\Log\LoggerInterface;
 
@@ -57,7 +56,7 @@ require dirname(__DIR__) . '/vendor/autoload.php';
 $dice = (new Dice())->addRules(include __DIR__ . '/../static/dependencies.config.php');
 $dice = $dice->addRule(LoggerInterface::class,['constructParams' => ['auth_ejabberd']]);
 
-BaseObject::setDependencyInjection($dice);
+\Friendica\DI::init($dice);
 
 $appMode = $dice->create(Mode::class);