mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-17 23:19:51 +00:00
Updating base class.
This commit is contained in:
parent
4cc2229641
commit
6c87a026b6
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@
|
||||||
* @since CakePHP(tm) v 1.2.0.4206
|
* @since CakePHP(tm) v 1.2.0.4206
|
||||||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
* @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');
|
public $components = array('TestPlugin.OtherComponent');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue