Add a root-level extend.php for per-forum customizations

pull/56/head
Franz Liedke 6 years ago
parent 7b5bd17c77
commit 54d9228ab8
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

@ -0,0 +1,16 @@
<?php
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* 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!
];
Loading…
Cancel
Save