First tests for transformers.

This commit is contained in:
James Cole
2018-02-16 22:14:34 +01:00
parent 645a29e22b
commit 278b7ac52b
6 changed files with 638 additions and 18 deletions

View File

@@ -227,6 +227,8 @@ $factory->define(
function (Faker\Generator $faker) {
return [
'id' => $faker->unique()->numberBetween(1000, 10000),
'created_at' => new Carbon,
'updated_at' => new Carbon,
'name' => $faker->words(3, true),
'account_type_id' => 1,
'active' => true,