From a6d2664d8b9e890a13b41044f62874a09ece8409 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Tue, 12 Jul 2016 18:31:46 +0300 Subject: [PATCH] 120716 --- frontend/views/road/road-width.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/road/road-width.php b/frontend/views/road/road-width.php index 4c70668..6c22807 100644 --- a/frontend/views/road/road-width.php +++ b/frontend/views/road/road-width.php @@ -11,7 +11,7 @@ use common\models\SettlementAddressLink; use yii\data\ActiveDataProvider; use yii\grid\GridView; -use common\models\RoadToCategory; +use common\models\RoadWidth; $this->title = $road->name; $this->params[ 'breadcrumbs' ][] = [ -- libgit2 0.21.4