mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-19 07:59:54 +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
|
* @var array
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
public $components = array('RequestHandler', 'Session');
|
public $components = array('Session');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the current action of the controller
|
* Holds the current action of the controller
|
||||||
|
|
Loading…
Add table
Reference in a new issue