We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e343f34 + 40adb11 commit 2d3fab4Copy full SHA for 2d3fab4
core/errors.md
@@ -43,7 +43,7 @@ final class ProductManager implements EventSubscriberInterface
43
public static function getSubscribedEvents(): array
44
{
45
return [
46
- KernelEvents::REQUEST => ['checkProductAvailability', EventPriorities::POST_DESERIALIZE],
+ KernelEvents::VIEW => ['checkProductAvailability', EventPriorities::PRE_VALIDATE],
47
];
48
}
49
0 commit comments