Test Failed
Push — master ( b805ef...540002 )
by Jeff
02:25 queued 10s
created
app/Http/Controllers/Front/CustomerAddressController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     {
146 146
         $address = $this->addressRepo->findCustomerAddressById($addressId, auth()->user());
147 147
 
148
-        $address->status=0;
148
+        $address->status = 0;
149 149
         $address->save();
150 150
 
151 151
         return redirect()->route('customer.address.index', $customerId)
Please login to merge, or discard this patch.