We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b02e71 commit 9a091eaCopy full SHA for 9a091ea
1 file changed
src/Authenticator/AuthenticatorCollection.php
@@ -87,7 +87,7 @@ protected function _throwMissingClassError(string $class, ?string $plugin): void
87
if ($plugin) {
88
$class = $plugin . '.' . $class;
89
}
90
-
+
91
$message = sprintf('Authenticator class `%s` was not found.', $class);
92
93
throw new RuntimeException($message);
0 commit comments