ResolverInterface
interface ResolverInterface
Resolver interface.
Methods
string
fake()
Get the row string form database factory, then return the string for Seeder class.
string
migration()
Get the row string for migration file, then return the string for migration class.
Details
at line 15
string
fake()
Get the row string form database factory, then return the string for Seeder class.
at line 22
string
migration()
Get the row string for migration file, then return the string for migration class.