belongsTo(SupportDistributionPartnerCatalog::class, 'parent_id'); } public function children() { return $this->hasMany(SupportDistributionPartnerCatalog::class, 'parent_id'); } /* |-------------------------------------------------------------------------- | SCOPES |-------------------------------------------------------------------------- */ /* |-------------------------------------------------------------------------- | ACCESSORS |-------------------------------------------------------------------------- */ /* |-------------------------------------------------------------------------- | MUTATORS |-------------------------------------------------------------------------- */ }