Skip to content

Commit

Permalink
Remove class extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 10, 2016
1 parent e26cdc9 commit 7207d8f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/Cake/Core/Object.php
Expand Up @@ -16,15 +16,3 @@

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

/**
* Object class provides a few generic methods used in several subclasses.
*
* Also includes methods for logging and the special method RequestAction,
* to call other Controllers' Actions from anywhere.
*
* @package Cake.Core
* @deprecated Use CakeObject instead.
*/
class Object extends CakeObject {
}

0 comments on commit 7207d8f

Please sign in to comment.