10000 typo · symfony/symfony@b02cb0a · GitHub
[go: up one dir, main page]

Skip to content

Commit b02cb0a

Browse files
committed
typo
1 parent 416a734 commit b02cb0a
< D234 /div>

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
@@ -1458,7 +1458,7 @@ private function registerMessengerConfiguration(array $config, ContainerBuilder
14581458

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

0 commit comments

Comments
 (0)
0