Open TheCelavi opened 7 years ago
When using GoAop with https://github.com/symfony2admingenerator/GeneratorBundle exception gets thrown by GoAop complaining that it is impossible to find parent classes of autogenerated classes.
This is normal and expected. Can be managed with directories exclusion, or, we can handle that on same way as we handle classes that inherits other classes from, per example, PHARs.
Either way - known issue, ought to be documented.
When using GoAop with https://github.com/symfony2admingenerator/GeneratorBundle exception gets thrown by GoAop complaining that it is impossible to find parent classes of autogenerated classes.
This is normal and expected. Can be managed with directories exclusion, or, we can handle that on same way as we handle classes that inherits other classes from, per example, PHARs.
Either way - known issue, ought to be documented.