mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Removing unnecessary inheritance from Object.
This commit is contained in:
parent
2740fd6714
commit
3c349dd15c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
* @package cake
|
||||
* @subpackage cake.cake.libs
|
||||
*/
|
||||
class Cache extends Object {
|
||||
class Cache {
|
||||
|
||||
/**
|
||||
* Cache engine to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue