remove $name where not necessary to unify this in 2.x

This commit is contained in:
euromark 2013-08-25 21:19:55 +02:00
parent 42feb8dff6
commit 1aba204ec7
3 changed files with 0 additions and 16 deletions

View file

@ -19,8 +19,6 @@
*/
class DbAclSchema extends CakeSchema {
public $name = 'DbAcl';
public function before($event = array()) {
return true;
}

View file

@ -23,13 +23,6 @@ App::uses('AppController', 'Controller');
*/
class PagesController extends AppController {
/**
* Controller name
*
* @var string
*/
public $name = 'Pages';
/**
* This controller does not use a model
*

View file

@ -31,13 +31,6 @@ App::uses('AppController', 'Controller');
*/
class CakeErrorController extends AppController {
/**
* Controller name
*
* @var string
*/
public $name = 'CakeError';
/**
* Uses Property
*