Skip to content

Commit

Permalink
fix customer select issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raishvaria committed Dec 2, 2019
1 parent 98d76a2 commit 6664959
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Http/Controllers/CustomersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ public function show($id)
'billingAddress',
'shippingAddress',
'billingAddress.country',
'billingAddress.state',
'billingAddress.city',
'shippingAddress.country',
'shippingAddress.state',
'shippingAddress.city',
])->find($id);

return response()->json([
Expand Down

0 comments on commit 6664959

Please sign in to comment.