diff --git a/extend.php b/extend.php new file mode 100644 index 0000000..ffc0567 --- /dev/null +++ b/extend.php @@ -0,0 +1,16 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +use Flarum\Extend; + +return [ + // Register extenders here to customize your forum! +];