svc_oid; } // ---- Define Relationships ---- public function binds(): HasMany { return $this->hasMany(\App\Models\MplsSdpBind::class, 'svc_id'); } }