define(Shop::class, function (Faker $faker) { return [ 'name' => $faker->name, 'owner_id' => factory(\App\Owner::class), ]; });