Skip to content

Commit

Permalink
Add App::uses()
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 3, 2012
1 parent 1476ccb commit 084636b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -16,5 +16,8 @@
* @since CakePHP(tm) v 1.2.0.5432 * @since CakePHP(tm) v 1.2.0.5432
* @license MIT License (http://www.opensource.org/licenses/mit-license.php) * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/ */

App::uses('AppController', 'Controller');

class TestPluginAppController extends AppController { class TestPluginAppController extends AppController {
} }

0 comments on commit 084636b

Please sign in to comment.