Completed
Push — master ( e901cb...6ce8e1 )
by AJ
09:30
created
src/Controller/Component/ShopifyDatabaseComponent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
 
128 128
         $query = $this->shops->find('shopDomain', ['domain' => $domain]);
129 129
         
130
-		$shopEntity = $query->first();
130
+        $shopEntity = $query->first();
131 131
             
132 132
         /*if ($shopEntity->isEmpty()) {
133 133
             return false;    
Please login to merge, or discard this patch.