Passed
Push — master ( 15fb0b...7beac6 )
by Matthijs
01:41
created
src/Middleware/DetectShopDomain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.