Commit c82ba2331a5260e335cc24d6b39d9e326be50228

Authored by Anastasia
1 parent 7dbbfcac

blog

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
models/ArticleSearch.php
... ... @@ -79,6 +79,11 @@
79 79 ->joinWith(
80 80 [
81 81 'lang',
  82 +
  83 + ]
  84 + )
  85 + ->with(
  86 + [
82 87 'tags.lang',
83 88 'categories.lang',
84 89 ]
... ...