belongsTo(__CLASS__, 'parent_id'); } public function joined() { return $this->morphedByMany(Joined::class, 'categorizable'); } }