Closed punkstar closed 7 years ago
Meanbee\PWA\Result\PWA
extends from Magento\Framework\View\Result\Page
. The constructor parameters are the same for both classes with the exception of $isIsolated
. In the parent class this is optional and defaulted to false
, but it is required in our class. This is probably the issue here.
Have you run setup:di:compile
? :)
Steps to reproduce
Expected outcome
Actual outcome
Exception:
Other details
Not sure if anything else is affecting this. My
composer.json
is below: