mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/11700] Move all recent code to namespaces
PHPBB3-11700
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\event;
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
@@ -17,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
class phpbb_event_data extends Event implements ArrayAccess
|
||||
class data extends Event implements \ArrayAccess
|
||||
{
|
||||
private $data;
|
||||
|
||||
|
Reference in New Issue
Block a user