mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
The methods were far too generic. When a trait or behavior is used, it's usually a good include to include the name of the trait in the methods and properties it provides. This reduces the chance of a conflict with the implementing class.