mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fixed typo
This commit is contained in:
parent
e5e4317217
commit
862397325d
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ class Controller extends Object implements CakeEventListener {
|
||||||
*/
|
*/
|
||||||
protected function _getScaffold(CakeRequest $request) {
|
protected function _getScaffold(CakeRequest $request) {
|
||||||
return new Scaffold($this, $request);
|
return new Scaffold($this, $request);
|
||||||
}f
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Merge components, helpers, and uses vars from
|
* Merge components, helpers, and uses vars from
|
||||||
|
|
Loading…
Reference in a new issue