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