Merge pull request #8909 from MrPetovan/task/ex_auth

Refactor ExAuth for DICE
This commit is contained in:
Michael Vogel 2020-08-22 22:12:22 +02:00 committed by GitHub
commit fc2340d4af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 102 additions and 65 deletions

View file

@ -80,6 +80,7 @@ $dice = $dice->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();
}