Skip to content

Commit f4e600a

Browse files
committed
Fix merge
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 6c3c047 commit f4e600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ private function getUserProvider(ContainerBuilder $container, string $id, array
615615
return 'security.user_providers';
616616
}
617617

618-
throw new InvalidConfigurationException(sprintf('Not configuring explicitly the provider for the "%s" %s on "%s" firewall is ambiguous as there is more than one registered provider.', $factoryKey, $this->authenticatorManagerEnabled ? 'authenticator' : 'listener', $id));
618+
throw new InvalidConfigurationException(sprintf('Not configuring explicitly the provider for the "%s" authenticator on "%s" firewall is ambiguous as there is more than one registered provider.', $factoryKey, $id));
619619
}
620620

621621
private function createHashers(array $hashers, ContainerBuilder $container)

0 commit comments

Comments
 (0)