mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 15:04:38 +01:00
Fix phpdoc for UrlNormalizer [skip ci] (#12417)
This commit is contained in:
committed by
Alexander Makarov
parent
ecfaa9875d
commit
6a9e9df8d6
@@ -537,7 +537,7 @@ from URL manager. You can set [[yii\web\UrlManager::$normalizer|UrlManager::$nor
|
||||
'enableStrictParsing' => true,
|
||||
'suffix' => '.html',
|
||||
'normalizer' => [
|
||||
'normalizer' => 'app\web\UrlNormalizer',
|
||||
'normalizer' => 'yii\web\UrlNormalizer',
|
||||
'action' => UrlNormalizer::ACTION_REDIRECT_TEMPORARY, // use temporary redirection instead of permanent
|
||||
],
|
||||
'rules' => [
|
||||
|
||||
Reference in New Issue
Block a user