X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fauth_ejabberd.php;h=faf302985a4cf7c737d65a4bf290493f11973060;hb=52b8cd054d0e2ca35d84017d71f6f6d2e24f6edf;hp=930fa853c70ff00cc6428d9d4917fd0a13bb1e02;hpb=0e05ff68686270d87447c570e28543a5bcc7e755;p=friendica.git diff --git a/bin/auth_ejabberd.php b/bin/auth_ejabberd.php index 930fa853c7..faf302985a 100755 --- a/bin/auth_ejabberd.php +++ b/bin/auth_ejabberd.php @@ -1,7 +1,7 @@ #!/usr/bin/env php addRule(LoggerInterface::class,['constructParams' => ['auth_ejabb $appMode = $dice->create(Mode::class); if ($appMode->isNormal()) { - $oAuth = new ExAuth(); + /** @var ExAuth $oAuth */ + $oAuth = $dice->create(ExAuth::class); $oAuth->readStdin(); }