mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing dead method.
This commit is contained in:
parent
0ef76eb69a
commit
30589e2cdf
1 changed files with 0 additions and 11 deletions
|
@ -176,17 +176,6 @@ class SecurityComponent extends Component {
|
||||||
*/
|
*/
|
||||||
public $request;
|
public $request;
|
||||||
|
|
||||||
/**
|
|
||||||
* Initialize the SecurityComponent
|
|
||||||
*
|
|
||||||
* @param object $controller Controller instance for the request
|
|
||||||
* @param array $settings Settings to set to the component
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function initialize(&$controller, $settings = array()) {
|
|
||||||
$this->_set($settings);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Component startup. All security checking happens here.
|
* Component startup. All security checking happens here.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue