mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace phpbb\iterator;
|
||||
namespace phpbb\finder;
|
||||
|
||||
class recursive_path_iterator extends \RecursiveIteratorIterator
|
||||
{
|
||||
|
Reference in New Issue
Block a user