Hi,
This PR fix the following error that occurs on Symfony 5+ that use ResponseEvent instead of FilterResponseEvent
Attempted to call an undefined method named "isMasterRequest" of class "Symfony\Component\HttpKernel\Event\ResponseEvent".
Did you mean to call "isMainRequest"?
Hi, This PR fix the following error that occurs on Symfony 5+ that use
ResponseEvent
instead ofFilterResponseEvent