public function seedWithTarget()
 {
     $this->seedDb();
     $spy = Spy::first();
     $spy->target()->save(new Target(['name' => 'laptop']));
 }