mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Removing dependency on RequestHandler from Security component.
This commit is contained in:
parent
8acb82f567
commit
f4abc51062
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class SecurityComponent extends Object {
|
|||
* @var array
|
||||
* @access public
|
||||
*/
|
||||
public $components = array('RequestHandler', 'Session');
|
||||
public $components = array('Session');
|
||||
|
||||
/**
|
||||
* Holds the current action of the controller
|
||||
|
|
Loading…
Add table
Reference in a new issue