mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	Merge pull request #4977 from creocoder/web-user-param-rename1
Rename `\yii\web\User` component param for consistency
This commit is contained in:
		@ -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]].
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user