fix missing uses command in bake template. fixes #1770.

This commit is contained in:
Niles 2011-06-12 11:54:47 -04:00
parent 182a89b0a0
commit 1079889d9f

View file

@ -20,6 +20,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::uses('Controller', 'Controller');
/**
* Application Controller
*