First search for your question or topic, or browse the discussions below
I am attempting to override a core Spryker method by modifying a file within the Pyz namespace in Spryker. The specific file is located at: vendor/spryker/glue-application/src/Spryker/Glue/GlueApplication/Rest/Request/RestRequestValidator.php My goal is to update the validateRequest() method. I have taken the following…