Completed
Push — master ( 5f24f5...5d3ce8 )
by AJ
02:27
created
src/Model/Table/ShopsTable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
 	
271 271
     public function findByShopDomain(Query $query, array $options)
272 272
     {
273
-		$shopDomain = $options['domain'];
273
+        $shopDomain = $options['domain'];
274 274
 		
275 275
         return $query->where(['myshopify_domain' => $shopDomain]);
276 276
     }
Please login to merge, or discard this patch.