@@ -127,7 +127,7 @@ |
||
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; |