mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing unused property.
This commit is contained in:
parent
9cd7888991
commit
779479fb8c
1 changed files with 0 additions and 8 deletions
|
@ -61,14 +61,6 @@ class Dispatcher extends Object {
|
||||||
*/
|
*/
|
||||||
var $here = false;
|
var $here = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* Admin route (if on it)
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
* @access public
|
|
||||||
*/
|
|
||||||
var $admin = false;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plugin being served (if any)
|
* Plugin being served (if any)
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue