1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 22:27:54 +02:00

[ticket/15765] Add missing property

PHPBB3-15765
This commit is contained in:
rubencm 2018-09-13 14:48:11 +00:00 committed by Marc Alexander
parent 116eb64755
commit eac6e1a557
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -80,6 +80,11 @@ class router implements RouterInterface
*/
protected $cache_dir;
/**
* @var string
*/
protected $debug_url_generator;
/**
* Construct method
*