From: fomichev Date: Fri, 25 Oct 2024 09:59:57 +0000 (+0300) Subject: Убрал комментарии X-Git-Tag: 1.6~13^2~26^2~2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=1e077bff62c7d24873741c6a70ed4b1120c5e3e1;p=erp24_rep%2Fyii-erp24%2F.git Убрал комментарии --- diff --git a/erp24/services/MarketplaceService.php b/erp24/services/MarketplaceService.php index f670d063..8005f4bb 100644 --- a/erp24/services/MarketplaceService.php +++ b/erp24/services/MarketplaceService.php @@ -15,7 +15,7 @@ class MarketplaceService */ public static function getAllProductsInfo($id) { - + $parents = ProductsClass::find() ->select('category_id') ->where(['tip' => 'marketplace'])