reportsOf()->delete(); }); } /** * Reports of this user * * @return MorphMany */ public function reportsOf() { return $this->morphMany(ContentReport::class, 'object'); } }