Commit d9601895b54fb4462bdb6e271479603f579f2ad9

Authored by Alexey Boroda
1 parent 07a93547

-Sitemaps git ignore

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