morphTo(); } public function getFullAddressAttribute(): string { return "{$this->postCode} {$this->city} {$this->street}"; return $this->postCode.' '.$this->city.' '.$this->street; } }