Skip to content

Commit 9a091ea

Browse files
authored
Update AuthenticatorCollection.php
1 parent 7b02e71 commit 9a091ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Authenticator/AuthenticatorCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function _throwMissingClassError(string $class, ?string $plugin): void
8787
if ($plugin) {
8888
$class = $plugin . '.' . $class;
8989
}
90-
90+
9191
$message = sprintf('Authenticator class `%s` was not found.', $class);
9292

9393
throw new RuntimeException($message);

0 commit comments

Comments
 (0)