Fixing doc block in core AppController file

This commit is contained in:
José Lorenzo Rodríguez 2011-09-21 07:52:17 -05:30
parent 7cabb4e4d5
commit b1f8d21434

View file

@ -24,7 +24,7 @@ App::uses('Controller', 'Controller');
/**
* This is a placeholder class.
* Create the same file in app/app_controller.php
* Create the same file in app/Controller/AppController.php
*
* Add your application-wide methods in the class below, your controllers
* will inherit them.