phpvms/resources/stubs/modules/factory.stub

10 lines
130 B
Plaintext
Raw Normal View History

2017-12-14 12:24:41 +08:00
<?php
use Faker\Generator as Faker;
$factory->define(Model::class, function (Faker $faker) {
return [
//
];
});