After install your plugin with sylius 1.12 and Symfony 6
I've got this error:
In RichSnippetContext.php line 26:
!!
!! Attempted to call an undefined method named "getMasterRequest" of class "Sy
!! mfony\Component\HttpFoundation\RequestStack".
!! Did you mean to call e.g. "getMainRequest" or "getParentRequest"?
After install your plugin with sylius 1.12 and Symfony 6 I've got this error:
Just change getMasterRequest by getMainRequest