extension_builder
extension_builder copied to clipboard
Extending a class which is created by extension builder is only possible after installing the extension
Describe the bug Extending a class which is created by extension builder is only possible after installing the extension
To Reproduce Steps to reproduce the behavior:
- Create a class "ParentClass"
- Create a class "ChildClass"
- Extend the ParentClass in the ChildClass by enterning the full namespace like
Example\Extension\Domain\Model\ParentClass - See error
Expected behavior Extending a class should be possible during creating the extension already without installing it first
Affected versions v9 and master