Removing unnecessary inheritance from Object.

This commit is contained in:
mark_story 2009-11-13 18:08:23 -05:00
parent 2740fd6714
commit 3c349dd15c

View file

@ -25,7 +25,7 @@
* @package cake
* @subpackage cake.cake.libs
*/
class Cache extends Object {
class Cache {
/**
* Cache engine to use