belongsTo(Photo::class); } public function photoComment() { return $this->belongsTo(PhotoComment::class); } }