Skip to content

Commit

Permalink
fix missing uses command in bake template. fixes #1770.
Browse files Browse the repository at this point in the history
  • Loading branch information
neterslandreau committed Jun 12, 2011
1 parent 182a89b commit 1079889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Console/Templates/skel/Controller/AppController.php
Expand Up @@ -20,6 +20,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

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

/**
* Application Controller
*
Expand Down

0 comments on commit 1079889

Please sign in to comment.