mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14039] Revamp updater
PHPBB3-14039
This commit is contained in:
@@ -18,8 +18,19 @@ namespace phpbb\hook;
|
||||
*/
|
||||
class finder
|
||||
{
|
||||
protected $phpbb_root_path;
|
||||
/**
|
||||
* @var \phpbb\cache\driver\driver_interface
|
||||
*/
|
||||
protected $cache;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $phpbb_root_path;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $php_ext;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user