mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing E_STRICT errors from Configure and App class
This commit is contained in:
parent
62017b2e38
commit
4cba8a12a0
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ class App {
|
||||||
* @param string $name Class name to overload
|
* @param string $name Class name to overload
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
private function __overload($type, $name, $parent) {
|
private static function __overload($type, $name, $parent) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue