8000 typo · symfony/symfony@2382aa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2382aa8

Browse files
committed
typo
1 parent f2fdd7b commit 2382aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ private function registerMessengerConfiguration(array $config, ContainerBuilder
14621462

14631463
if ($config['middlewares']['validation']['enabled']) {
14641464
if (!$container->has('validator')) {
1465-
throw new LogicException('The Validation middleware is only available when the validator component is installed and enabled. Try running "composer require symfony/validator".');
1465+
throw new LogicException('The Validation middleware is only available when the Validator component is installed and enabled. Try running "composer require symfony/validator".');
14661466
}
14671467
} else {
14681468
$container->removeDefinition('messenger.middleware.validator');

0 commit comments

Comments
 (0)
0