Closed wigman closed 3 years ago
Thanks @wigman. I haven't tested on prod, but your report makes sense. I'll take a look at this shortly, but open for a PR to fix it.
Thanks! We opted to do it without the module for now, since we were in a bit of a hurry. Next time we'd need it we could def. create a PR if it's not already changed by then.
Merged fix, I'll be making a few more updates and tagging the update on 2.0.0.
Hi Mark,
First of all thanks for building yet another great OS tool.
Unfortunately, using the
class_alias
on theWriterInterface
does not work with expected types in DI when you enable production mode. > https://github.com/markshust/magento2-module-simpledata/blob/master/Api/Config/SimpleConfig.php#L9Is it supposed to work in production?
Here's the error for reference:
Cheers!