Commit 071c2e55 by Qiang Xue

Merge pull request #4977 from creocoder/web-user-param-rename1

Rename `\yii\web\User` component param for consistency
parents 09395ed2 090e550a
...@@ -131,7 +131,7 @@ class User extends Component ...@@ -131,7 +131,7 @@ class User extends Component
* @var string the session variable name used to store the value of absolute expiration timestamp of the authenticated state. * @var string the session variable name used to store the value of absolute expiration timestamp of the authenticated state.
* This is used when [[absoluteAuthTimeout]] is set. * This is used when [[absoluteAuthTimeout]] is set.
*/ */
public $absoluteAuthTimeoutParam = '__absolute_expire'; public $absoluteAuthTimeoutParam = '__absoluteExpire';
/** /**
* @var string the session variable name used to store the value of [[returnUrl]]. * @var string the session variable name used to store the value of [[returnUrl]].
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment