insert([ 'image' => $faker->title, 'project_id' => function() { return factory(App\Project::class)->create()->id; }, ]); } } }