Merge pull request #2350 from tuffz/formatting_app_uses_blocks

formatting app::uses blocks
This commit is contained in:
Mark Story 2013-12-14 12:37:02 -08:00
commit 384c3a815d
22 changed files with 23 additions and 0 deletions

View file

@ -18,6 +18,7 @@
* @since CakePHP(tm) v 0.2.9
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
App::uses('Controller', 'Controller');
/**