insert([ 'idemkahelp_category' => function() { return factory(App\Emka_helpcategory::class)->create()->id; }, 'title' => $faker->text, 'content' => $faker->text, 'slug' => $faker->text, ]); } } }