From 54d9228ab835bd8686fb8198e7f092fe18bc5f72 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 1 Sep 2018 15:44:53 +0200 Subject: [PATCH] Add a root-level extend.php for per-forum customizations --- extend.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 extend.php 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! +];