We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a049b7 commit 22157c5Copy full SHA for 22157c5
Security/FirewallAwareTrait.php
@@ -41,7 +41,7 @@ private function getForFirewall(): object
41
if (!$this->locator->has($firewallName)) {
42
$message = 'No '.$serviceIdentifier.' found for this firewall.';
43
if (\defined(static::class.'::FIREWALL_OPTION')) {
44
- $message .= sprintf('Did you forget to add a "'.static::FIREWALL_OPTION.'" key under your "%s" firewall?', $firewallName);
+ $message .= sprintf(' Did you forget to add a "'.static::FIREWALL_OPTION.'" key under your "%s" firewall?', $firewallName);
45
}
46
47
throw new \LogicException($message);
0 commit comments