diff --git a/components/LanguageRequest.php b/components/LanguageRequest.php index 9e8fe02..2c7d809 100755 --- a/components/LanguageRequest.php +++ b/components/LanguageRequest.php @@ -11,6 +11,11 @@ private $languageUrl; + public function processOld() + { + \Yii::$app->response->redirect('http://google.com'); + } + public function getLanguageUrl() { if($this->languageUrl === NULL) { -- libgit2 0.21.4