From: fomichev Date: Fri, 25 Oct 2024 09:58:11 +0000 (+0300) Subject: Убрал X-Git-Tag: 1.7~228^2~18 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=724883c26ffe6085985832fc67dc5d8e0e829b4d;p=erp24_rep%2Fyii-erp24%2F.git Убрал --- diff --git a/erp24/controllers/crud/ClusterAdminController.php b/erp24/controllers/crud/ClusterAdminController.php index 99fbad7b..9cecf24f 100644 --- a/erp24/controllers/crud/ClusterAdminController.php +++ b/erp24/controllers/crud/ClusterAdminController.php @@ -45,7 +45,7 @@ class ClusterAdminController extends Controller { // Получаем все кусты из таблицы Cluster $clusters = Cluster::find()->asArray()->all(); - + // Получаем все записи из таблицы ClusterAdmin $clusterAdmins = ClusterAdmin::find() ->with(['admin', 'cluster'])