[move_to_portal] Move portal files from root folder to portal folder
This commit is contained in:
11
portal/ext.php
Normal file
11
portal/ext.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
// this file is not really needed, when empty it can be ommitted
|
||||
// however you can override the default methods and add custom
|
||||
// installation logic
|
||||
|
||||
namespace board3\portal;
|
||||
|
||||
class ext extends \phpbb\extension\base
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user