Skip to content

Commit

Permalink
Add a root-level extend.php for per-forum customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Sep 1, 2018
1 parent 7b5bd17 commit 54d9228
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions extend.php
@@ -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!
];

0 comments on commit 54d9228

Please sign in to comment.