@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | $shop = ShopService::checkByUrl(config()->get('app.url')); |
| 23 | 23 | |
| 24 | - if(!$shop) { |
|
| 24 | + if (!$shop) { |
|
| 25 | 25 | abort(404, "shop cannot be found"); |
| 26 | 26 | } |
| 27 | 27 | |