Passed
Branch master (bda0ff)
by Matthijs
02:31
created
src/Middleware/DetectShopDomain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.