You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
One of the modifications I made in my code, that I thought might be a good idea in general, was a way to have a base class for all items. So I put this at the top of ClassGenerator::generate()
So basically if I'm putting all of my elements in the \Some\Namespace\Types\ namespace, and the class \Some\Namespace\Type exists, then all classes generated should extend from that in one way or another. I don't know if you want to incorporate this idea in some way, but I found it a nice thing for myself