add module provider dependencies

This commit is contained in:
Nabeel Shahzad
2017-12-01 14:34:37 -06:00
parent 786c4be726
commit aa4c35afbc
44 changed files with 4612 additions and 3061 deletions

View File

@@ -0,0 +1,9 @@
<?php
use Faker\Generator as Faker;
$factory->define(Model::class, function (Faker $faker) {
return [
//
];
});