create() ->each(function ($trip) { $trip->flights->save(factory(App\Libraries\Trips\Models\Flights::class, 2)->make()); }); } }