mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
Removing public properties that aren't used anymore.
This commit is contained in:
parent
0c7f9149ca
commit
e11917ae94
2 changed files with 1 additions and 17 deletions
|
@ -258,22 +258,6 @@ class AuthComponent extends Component {
|
|||
*/
|
||||
public $request;
|
||||
|
||||
/**
|
||||
* Form data from Controller::$data
|
||||
*
|
||||
* @deprecated Use $this->request->data instead
|
||||
* @var array
|
||||
*/
|
||||
public $data = array();
|
||||
|
||||
/**
|
||||
* Parameter data from Controller::$params
|
||||
*
|
||||
* @deprecated Use $this->request instead
|
||||
* @var array
|
||||
*/
|
||||
public $params = array();
|
||||
|
||||
/**
|
||||
* Method list for bound controller
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue