Skip to content

Commit 54d9228

Browse files
committed
Add a root-level extend.php for per-forum customizations
1 parent 7b5bd17 commit 54d9228

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

extend.php

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
/*
4+
* This file is part of Flarum.
5+
*
6+
* (c) Toby Zerner <toby.zerner@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
use Flarum\Extend;
13+
14+
return [
15+
// Register extenders here to customize your forum!
16+
];

0 commit comments

Comments
 (0)