mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Add App::uses()
This commit is contained in:
parent
1476ccbe7e
commit
084636bf9d
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@
|
|||
* @since CakePHP(tm) v 1.2.0.5432
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('AppController', 'Controller');
|
||||
|
||||
class TestPluginAppController extends AppController {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue