Provide all the seeder helper functionality via traits
Closed this issue · 0 comments
hellopablo commented
Things like $this->lorem()
should be provided via Traits, for greatest flexibility.
The DefaultSeed
class can implement all of the traits, but separating would be good for abstraction and simplifying classes. Additionally, modules (such as nails/module-cdn) could provide traits with more specific functionality.