mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[feature/extension-manager] Remove 5.2 incompatible \ in front of SPL classname
PHPBB-10323
This commit is contained in:
parent
c7a986eccd
commit
24ddef2230
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
|
|||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
class phpbb_cron_provider implements \IteratorAggregate
|
||||
class phpbb_cron_provider implements IteratorAggregate
|
||||
{
|
||||
/**
|
||||
* Array holding all found task class names.
|
||||
|
|
Loading…
Add table
Reference in a new issue