diff --git a/models/Article.php b/models/Article.php index 68e1378..63699aa 100644 --- a/models/Article.php +++ b/models/Article.php @@ -87,8 +87,7 @@ public static function find() 'translations', 'activeTranslation', 'articleAttachments', - 'articleCategoryArticles', - 'articleCategory' + 'articleCategoryArticles' ]); }