mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove class extension.
This commit is contained in:
parent
e26cdc989d
commit
7207d8f16a
1 changed files with 0 additions and 12 deletions
|
@ -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 {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue