Adding dingo api as requirement.

This commit is contained in:
2017-12-13 15:20:57 +07:00
parent e1eef8de37
commit ee528fcc59
7 changed files with 987 additions and 370 deletions

View File

@@ -13,7 +13,7 @@ use Faker\Generator as Faker;
|
*/
$factory->define(App\User::class, function (Faker $faker) {
$factory->define(App\Models\User::class, function (Faker $faker) {
static $password;
return [