mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 12:44:06 +02:00
[ticket/11700] Move all recent code to namespaces
PHPBB3-11700
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
class phpbb_ext_barfoo_ext extends phpbb_extension_base
|
||||
class phpbb_ext_barfoo_ext extends \phpbb\extension\base
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user