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.
1 parent 31607f3 commit 40adb11Copy full SHA for 40adb11
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