mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Merge pull request #9510 from cakephp/autoload-object
Ensure Object is autoloaded.
This commit is contained in:
commit
5a9c6b3266
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ App::uses('Configure', 'Core');
|
|||
App::uses('CakePlugin', 'Core');
|
||||
App::uses('Cache', 'Cache');
|
||||
App::uses('CakeObject', 'Core');
|
||||
App::uses('Object', 'Core');
|
||||
App::uses('Multibyte', 'I18n');
|
||||
|
||||
App::$bootstrapping = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue