Skip to content

Commit

Permalink
Merge pull request #119 from neterslandreau/2.0
Browse files Browse the repository at this point in the history
Merging changes for skel files.
  • Loading branch information
markstory committed Jun 14, 2011
2 parents dfe58d7 + d5012f0 commit aee5ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions lib/Cake/Console/Templates/skel/Model/AppModel.php
Expand Up @@ -20,6 +20,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

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

/**
* Application model for Cake.
*
Expand Down

0 comments on commit aee5ee5

Please sign in to comment.