12 lines
228 B
PHP
12 lines
228 B
PHP
<?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
|
|
{
|
|
}
|