How would you share constants between two bases classes?
Traits don't allow constants and that was my first instinct. I don't want to define them on the config files because they're not meant to be shared by the whole application.
How would you share constants between two bases classes?
Traits don't allow constants and that was my first instinct. I don't want to define them on the config files because they're not meant to be shared by the whole application.