[fix/namespaces] Fix portal after adding namespaces

B3P-FIX-NAMESPACES
This commit is contained in:
Marc Alexander
2013-10-17 21:42:43 +02:00
parent ab9f2eaaa3
commit 53436e790c
12 changed files with 86 additions and 68 deletions

View File

@@ -4,6 +4,8 @@
// however you can override the default methods and add custom
// installation logic
class phpbb_ext_board3_portal_ext extends phpbb_extension_base
namespace board3\portal;
class ext extends \phpbb\extension\base
{
}