flarum/extend.php

15 lines
265 B
PHP
Raw Normal View History

<?php
2020-01-17 15:43:50 +00:00
/*
* This file is part of Flarum.
*
2020-01-05 21:30:37 +00:00
* For detailed 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!
];