vrf_oid . '-' . $this->lsp_oid; } // ---- Define Relationships ---- public function paths(): HasMany { return $this->hasMany(\App\Models\MplsLspPath::class, 'lsp_id'); } }