mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
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:
parent
be64c569b1
commit
e8292ec7fd
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
uses ('controller'.DS.'components'.DS.'acl', 'model'.DS.'db_acl');
|
uses ('controller'.DS.'components'.DS.'acl', 'model'.DS.'db_acl');
|
||||||
/**
|
/**
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.scripts
|
* @subpackage cake.cake.console.libs
|
||||||
*/
|
*/
|
||||||
class AclShell extends Shell {
|
class AclShell extends Shell {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* Bake is a command-line code generation utility for automating programmer chores.
|
* Bake is a command-line code generation utility for automating programmer chores.
|
||||||
*
|
*
|
||||||
* @package cake
|
* @package cake
|
||||||
* @subpackage cake.cake.scripts
|
* @subpackage cake.cake.console.libs
|
||||||
*/
|
*/
|
||||||
class BakeShell extends Shell {
|
class BakeShell extends Shell {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue