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