Updating base class.

This commit is contained in:
mark_story 2010-08-26 23:24:32 -04:00
parent 4cc2229641
commit 6c87a026b6

View file

@ -17,6 +17,6 @@
* @since CakePHP(tm) v 1.2.0.4206
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
class PluginsComponentComponent extends Object {
class PluginsComponentComponent extends Component {
public $components = array('TestPlugin.OtherComponent');
}