<?php use Faker\Generator as Faker; $factory->define(App\VoucherList::class, function (Faker $faker) { return [ // ]; });