From: fomichev Date: Fri, 25 Oct 2024 09:26:16 +0000 (+0300) Subject: Имитация фидов X-Git-Tag: 1.6~13^2~28 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=836268ba35ffeaa9fa47a85f29ab63acb7974156;p=erp24_rep%2Fyii-erp24%2F.git Имитация фидов --- diff --git a/erp24/controllers/MarketplaceController.php b/erp24/controllers/MarketplaceController.php index da875e47..671474e1 100644 --- a/erp24/controllers/MarketplaceController.php +++ b/erp24/controllers/MarketplaceController.php @@ -8,11 +8,12 @@ use yii\web\Response; class MarketplaceController extends Controller { - public function actions() { + public function actions() + { return [ 'priority' => \yii_app\actions\marketplace\PriorityAction::class, ]; - } + } /** * Экшен для генерации и отображения XML-фида. *