Remote unneeded properties.
This commit is contained in:
parent
5fcf57a27d
commit
af9f875ee3
|
@ -25,20 +25,6 @@ abstract class Controller {
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $bundle;
|
public $bundle;
|
||||||
|
|
||||||
/**
|
|
||||||
* The controllers name
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public $name;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The controllers action
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public $action;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates if the controller uses RESTful routing.
|
* Indicates if the controller uses RESTful routing.
|
||||||
|
|
Loading…
Reference in New Issue