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