Skip to content

Commit 954b521

Browse files
committed
Fix a typo in error messages
1 parent 7c32fca commit 954b521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Security/Factory/GuardAuthenticationFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ private function determineEntryPoint($defaultEntryPointId, array $config)
112112
}
113113

114114
// we have multiple entry points - we must ask them to configure one
115-
throw new \LogicException(sprintf('Because you have multiple guard configurators, you need to set the "guard.entry_point" key to one of your configurators (%s)', implode(', ', $authenticatorIds)));
115+
throw new \LogicException(sprintf('Because you have multiple guard authenticators, you need to set the "guard.entry_point" key to one of your authenticators (%s)', implode(', ', $authenticatorIds)));
116116
}
117117
}

0 commit comments

Comments
 (0)