From 7fcc3956400107859dad888d138ae889f3a17b98 Mon Sep 17 00:00:00 2001 From: Zura Sekhniashvili Date: Mon, 13 Feb 2017 11:03:52 +0400 Subject: [PATCH] Remove mistekally added articleCategory from with() method --- models/Article.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' ]); }