create()->each(function ($bookmark) { $bookmark->tags()->save(factory(App\Tag::class)->make()); }); } }