10000 tweaking message related to configuration edge case that we want to b… · symfony/symfony@869d5a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 869d5a7

Browse files
committed
tweaking message related to configuration edge case that we want to be helpful with
1 parent da4758a commit 869d5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private function determineEntryPoint($defaultEntryPointId, array $config)
9494
// explode if they've configured the entry_point, but there is already one
9595
if ($config['entry_point']) {
9696
throw new \LogicException(sprintf(
97-
'The guard authentication provider cannot use the "%s" entry_point because another entry point is already configured by another provider! Either remove the other provider or move the entry_point configuration as a root key under your firewall',
97+
'The guard authentication provider cannot use the "%s" entry_point because another entry point is already configured by another provider! Either remove the other provider or move the entry_point configuration as a root key under your firewall (i.e. at the same level as "guard").',
9898
$config['entry_point']
9999
));
100100
}

0 commit comments

Comments
 (0)
0