Completed
Push — master ( 5d3ce8...75ad01 )
by AJ
02:26
created
src/Controller/Component/ShopifyDatabaseComponent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         }
130 130
 
131 131
         $query = $this->shops->find;
132
-		$query = $query->findByShopDomain(['domain' => $domain]);
132
+        $query = $query->findByShopDomain(['domain' => $domain]);
133 133
         $shopEntity = $query->first();
134 134
             
135 135
         if ($shopEntity->isEmpty()) {
Please login to merge, or discard this patch.