@@ -102,7 +102,7 @@ |
||
102 | 102 | public function findAddressById(int $id, bool $withSoftDeletes = false) : Address |
103 | 103 | { |
104 | 104 | try { |
105 | - if(isset($withSoftDeletes)) { |
|
105 | + if (isset($withSoftDeletes)) { |
|
106 | 106 | return Address::withTrashed()->where('id', $id)->firstOrFail(); |
107 | 107 | } |
108 | 108 | return $this->findOneOrFail($id); |