Skip to content
Snippets Groups Projects
Commit b592ef8f authored by csauder's avatar csauder
Browse files

:bug: Fix du zip code qui était en fait pas mis

parent c391e168
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ class Office extends Model
public function getFullAddressAttribute()
{
return "{$this->address}, {$this->city}, {$this->state}, {$this->country}";
return "{$this->address}, {$this->city}, {$this->zip_code}, {$this->country}";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment