You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($config['middlewares']['validation']['enabled']) {
1476
+
if (!$container->has('validator')) {
1477
+
thrownewLogicException('The Validation middleware is only available when the Validator component is installed and enabled. Try running "composer require symfony/validator".');
if ($config['middlewares']['validation']['enabled']) {
1506
-
if (!$container->has('validator')) {
1507
-
thrownewLogicException('The Validation middleware is only available when the Validator component is installed and enabled. Try running "composer require symfony/validator".');
0 commit comments