updating acl and bake shells

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5075 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-05-13 20:18:57 +00:00
parent be64c569b1
commit e8292ec7fd
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
uses ('controller'.DS.'components'.DS.'acl', 'model'.DS.'db_acl');
/**
* @package cake
* @subpackage cake.cake.scripts
* @subpackage cake.cake.console.libs
*/
class AclShell extends Shell {
/**

View file

@ -32,7 +32,7 @@
* Bake is a command-line code generation utility for automating programmer chores.
*
* @package cake
* @subpackage cake.cake.scripts
* @subpackage cake.cake.console.libs
*/
class BakeShell extends Shell {
/**