Why overriding this core file "MagentoQuoteModelShippingMethodManagement.php" causes errors
i wrote a simple module to override this core Model class, but on frontend it shows this error message: "Fatal error: Uncaught TypeError: Argument 3 passed to MagentoQuoteModelQuoteShippingAssignmentShippingProcessor::__construct() must be an instance of MagentoQuoteModelShippingMethodManagement, instance of shippingmoduleModelShippingMethodManagementInterceptor ....." HERE IS…