@@ -16,7 +16,7 @@ |
||
| 16 | 16 | { |
| 17 | 17 | $shop = ShopService::checkByUrl($request->root()); |
| 18 | 18 | |
| 19 | - if(!$shop) { |
|
| 19 | + if (!$shop) { |
|
| 20 | 20 | abort(404, "shop cannot be found"); |
| 21 | 21 | } |
| 22 | 22 | |