mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15765] Add missing property
PHPBB3-15765
This commit is contained in:
@@ -80,6 +80,11 @@ class router implements RouterInterface
|
|||||||
*/
|
*/
|
||||||
protected $cache_dir;
|
protected $cache_dir;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $debug_url_generator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Construct method
|
* Construct method
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user