Commit a6d2664d8b9e890a13b41044f62874a09ece8409
1 parent
53868b90
120716
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/road/road-width.php
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | use common\models\SettlementAddressLink; |
12 | 12 | use yii\data\ActiveDataProvider; |
13 | 13 | use yii\grid\GridView; |
14 | -use common\models\RoadToCategory; | |
14 | +use common\models\RoadWidth; | |
15 | 15 | |
16 | 16 | $this->title = $road->name; |
17 | 17 | $this->params[ 'breadcrumbs' ][] = [ | ... | ... |