Updated translations

This commit is contained in:
David Bomba
2025-05-05 07:40:07 +10:00
parent 6038558ca7
commit 386fc532c7
2 changed files with 1 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ class Location extends BaseModel
'is_shipping_location',
'client_id',
'vendor_id',
'phone',
];
protected $casts = [

View File

@@ -48,7 +48,7 @@ class LocationTransformer extends EntityTransformer
'name' => (string) $location->name ?: '',
'address1' => $location->address1 ?: '',
'address2' => $location->address2 ?: '',
'phone' => $location->phone ?: '',
// 'phone' => $location->phone ?: '',
'city' => $location->city ?: '',
'state' => $location->state ?: '',
'postal_code' => $location->postal_code ?: '',