mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-22 15:33:29 +00:00
Removing getResponse, its not used and it doesn't serve much purpose.
This commit is contained in:
parent
4101388069
commit
ec3de84c4e
4 changed files with 19 additions and 29 deletions
lib/Cake/Controller
|
@ -580,15 +580,6 @@ class Controller extends Object {
|
|||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the response object for this controller. Will construct the response if it has not already been built.
|
||||
*
|
||||
* @return CakeResponse
|
||||
*/
|
||||
public function getResponse() {
|
||||
return $this->response;
|
||||
}
|
||||
|
||||
/**
|
||||
* Perform the startup process for this controller.
|
||||
* Fire the Components and Controller callbacks in the correct order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue