Closed electricjones closed 9 years ago
Right now CollectionsTrait and ChainsNestedItemsTrait depend on ManagesItemsTrait. They should not extend that trait. What is the best way to handle trait dependencies?
CollectionsTrait
ChainsNestedItemsTrait
ManagesItemsTrait
This turned out to be more trouble that its worth
Right now
CollectionsTrait
andChainsNestedItemsTrait
depend onManagesItemsTrait
. They should not extend that trait. What is the best way to handle trait dependencies?