Skip to content

Commit

Permalink
Add class_alias()
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 10, 2016
1 parent e84ff5e commit e26cdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Core/Object.php
Expand Up @@ -15,6 +15,7 @@
*/

App::uses('CakeObject', 'Core');
class_alias('CakeObject', 'Object');

/**
* Object class provides a few generic methods used in several subclasses.
Expand Down

0 comments on commit e26cdc9

Please sign in to comment.