Skip to content

Commit

Permalink
Merge pull request #1558 from dereuromark/2.4-unify-name
Browse files Browse the repository at this point in the history
2.4 unify name
  • Loading branch information
markstory committed Aug 25, 2013
2 parents 42feb8d + 80d55fe commit e7672b9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions app/Config/Schema/db_acl.php
Expand Up @@ -28,8 +28,6 @@
*/
class DbAclSchema extends CakeSchema {

public $name = 'DbAcl';

public function before($event = array()) {
return true;
}
Expand Down
7 changes: 0 additions & 7 deletions app/Controller/PagesController.php
Expand Up @@ -31,13 +31,6 @@
*/
class PagesController extends AppController {

/**
* Controller name
*
* @var string
*/
public $name = 'Pages';

/**
* This controller does not use a model
*
Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php
Expand Up @@ -19,8 +19,6 @@
*/
class DbAclSchema extends CakeSchema {

public $name = 'DbAcl';

public function before($event = array()) {
return true;
}
Expand Down
Expand Up @@ -23,13 +23,6 @@
*/
class PagesController extends AppController {

/**
* Controller name
*
* @var string
*/
public $name = 'Pages';

/**
* This controller does not use a model
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Controller/CakeErrorController.php
Expand Up @@ -31,13 +31,6 @@
*/
class CakeErrorController extends AppController {

/**
* Controller name
*
* @var string
*/
public $name = 'CakeError';

/**
* Uses Property
*
Expand Down
7 changes: 0 additions & 7 deletions lib/Cake/Model/Permission.php
Expand Up @@ -26,13 +26,6 @@
*/
class Permission extends AppModel {

/**
* Model name
*
* @var string
*/
public $name = 'Permission';

/**
* Explicitly disable in-memory query caching
*
Expand Down

0 comments on commit e7672b9

Please sign in to comment.