StatisticsController.php 363 Bytes
<?php
    
    namespace artweb\artbox\ecommerce\controllers;
    
    use yii\web\Controller;
    
    /**
     * BrandController implements the CRUD actions for Brand model.
     */
    class StatisticsController extends Controller
    {
        public function actionIndex()
        {
            return $this->render('index');
        }
    }