X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fauth_ejabberd.php;h=faf302985a4cf7c737d65a4bf290493f11973060;hb=52b8cd054d0e2ca35d84017d71f6f6d2e24f6edf;hp=f00615f02be452a4b0e3ae458d903e4c6e13fe71;hpb=352383f7b2101eb0e15bee86503b1a3d44bf8374;p=friendica.git diff --git a/bin/auth_ejabberd.php b/bin/auth_ejabberd.php index f00615f02b..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(); }