mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add class_alias()
This commit is contained in:
parent
e84ff5e0d5
commit
e26cdc989d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
App::uses('CakeObject', 'Core');
|
||||
class_alias('CakeObject', 'Object');
|
||||
|
||||
/**
|
||||
* Object class provides a few generic methods used in several subclasses.
|
||||
|
|
Loading…
Reference in a new issue