From: Aleksey Filippov Date: Fri, 15 Mar 2024 11:32:40 +0000 (+0300) Subject: fix set actual code X-Git-Tag: 1.1~171^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=8cf039535824c1c81ec0c7ee2a772fa386018b76;p=erp24_rep%2Fyii-erp24%2F.git fix set actual code --- diff --git a/erp24/controllers/PagesController.php b/erp24/controllers/PagesController.php index 1509a2d0..55701630 100755 --- a/erp24/controllers/PagesController.php +++ b/erp24/controllers/PagesController.php @@ -11,6 +11,7 @@ class PagesController extends \yii\web\Controller { return [ 'index' => \yii_app\actions\pages\IndexAction::class, + 'statistics' => \yii_app\actions\pages\StatisticsAction::class, ]; } } \ No newline at end of file