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