Commit 8a735882f4c2e8e5b90ea00311b227c2b5361491
1 parent
d9601895
-Url ru - ua hot fix
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
components/LanguageUrlManager.php
| ... | ... | @@ -2,7 +2,6 @@ |
| 2 | 2 | namespace artweb\artbox\language\components; |
| 3 | 3 | |
| 4 | 4 | use artweb\artbox\language\models\Language; |
| 5 | - use yii\helpers\VarDumper; | |
| 6 | 5 | use yii\web\UrlManager; |
| 7 | 6 | |
| 8 | 7 | class LanguageUrlManager extends UrlManager |
| ... | ... | @@ -33,11 +32,4 @@ |
| 33 | 32 | return '/' . $language->url . $url; |
| 34 | 33 | } |
| 35 | 34 | } |
| 36 | - | |
| 37 | -// public function parseRequest($request) | |
| 38 | -// { | |
| 39 | -// $x | |
| 40 | -// VarDumper::dump($x, 10, true); die(); | |
| 41 | -// return parent::parseRequest($request); | |
| 42 | -// } | |
| 43 | 35 | } |
| 44 | 36 | \ No newline at end of file | ... | ... |