diff --git a/backend/views/report/index.php b/backend/views/report/index.php index ce12a2f..a647589 100644 --- a/backend/views/report/index.php +++ b/backend/views/report/index.php @@ -9,6 +9,7 @@ use yii\helpers\Html; use yii\grid\GridView; use yii\helpers\Url; +use Yii; /* @var $this yii\web\View */ @@ -22,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title;