lumen-generators/templates/factory.wnt
2015-10-21 00:34:10 +02:00

10 lines
150 B
Plaintext

/**
* Factory definition for model {{model}}.
*/
$factory->define({{model}}::class, function ($faker) {
return [
{{factory_fields}}
];
});