File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -114,12 +114,6 @@ class UrlManager extends BaseUrlManager
114114 */
115115 public $ ignoreLanguageUrlPatterns = [];
116116
117- /**
118- * @var string the language that was initially set in the application
119- * configuration
120- */
121- protected $ _defaultLanguage ;
122-
123117 /**
124118 * @inheritdoc
125119 */
@@ -156,11 +150,16 @@ class UrlManager extends BaseUrlManager
156150 public $ geoIpLanguageCountries = [];
157151
158152 /**
159- * @var int the HTTP status code.
160- * Defaults is 302.
153+ * @var int the HTTP status code. Default is 302.
161154 */
162155 public $ languageRedirectCode = 302 ;
163156
157+ /**
158+ * @var string the language that was initially set in the application
159+ * configuration
160+ */
161+ protected $ _defaultLanguage ;
162+
164163 /**
165164 * @var \yii\web\Request
166165 */
You can’t perform that action at this time.
0 commit comments