Commit 4055226e5c5cb4eb9da77542fcc235e36a5a3aab

Authored by Yarik
2 parents e8eef114 4e9a257c

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
models/ProductFrontendSearch.php
... ... @@ -129,7 +129,6 @@
129 129 $query = Product::find()
130 130 ->joinWith(
131 131 [
132   - 'category',
133 132 'category.lang',
134 133 ]
135 134 );
... ...