lumen-generators/templates/factory.wnt

10 lines
150 B
Plaintext
Raw Normal View History

2015-10-21 01:34:10 +03:00
/**
* Factory definition for model {{model}}.
*/
$factory->define({{model}}::class, function ($faker) {
return [
{{factory_fields}}
];
});