]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
fix set actual code
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 15 Mar 2024 11:32:40 +0000 (14:32 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 15 Mar 2024 11:32:40 +0000 (14:32 +0300)
erp24/controllers/PagesController.php

index 1509a2d060be923842894b1d95f0288424034e32..55701630f26e3674788afb2f509da24723074098 100755 (executable)
@@ -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