v2 first commit
This commit is contained in:
9
app/Console/Stubs/Modules/factory.stub
Normal file
9
app/Console/Stubs/Modules/factory.stub
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Faker\Generator as Faker;
|
||||
|
||||
$factory->define(Model::class, function (Faker $faker) {
|
||||
return [
|
||||
//
|
||||
];
|
||||
});
|
Reference in New Issue
Block a user