-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
First of all, thanks for Mandango and this Bundle, I do appreciate all the effort that went into this. However, something seems wrong - maybe I'm just missing something here.
Bundles in Symfony should be self-sufficient, well, bundles of code, and should be compact. Why does MandangoBundle need to generate a separate src/Model?
And why does Model class for my bundle reside in this /Model - OUTSIDE my bundle, while extending an ABSTRACT class that's INSIDE my bundle, which extends the base class which is again, for some reason OUTSIDE my bundle.
This seems all completely unnecessary, as the models are explicitly tied to the bundle, and have no reason to walk around outside its boundaries.
Metadata
Metadata
Assignees
Labels
No labels