Skip to content

Commit

Permalink
also remove app ones
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Aug 25, 2013
1 parent 1aba204 commit 80d55fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions app/Config/Schema/db_acl.php
Expand Up @@ -28,8 +28,6 @@
*/ */
class DbAclSchema extends CakeSchema { class DbAclSchema extends CakeSchema {


public $name = 'DbAcl';

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


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

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


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

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

0 comments on commit 80d55fe

Please sign in to comment.