From f1d5b46b4e716a007c02074b1d87c956f28235d2 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:17:03 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extend.php | 2 -- public/index.php | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/extend.php b/extend.php index ffc0567..761bd9d 100644 --- a/extend.php +++ b/extend.php @@ -9,8 +9,6 @@ * file that was distributed with this source code. */ -use Flarum\Extend; - return [ // Register extenders here to customize your forum! ]; diff --git a/public/index.php b/public/index.php index b11dd72..91e3da6 100644 --- a/public/index.php +++ b/public/index.php @@ -13,8 +13,8 @@ require '../vendor/autoload.php'; $server = new Flarum\Http\Server( Flarum\Foundation\Site::fromPaths([ - 'base' => __DIR__.'/..', - 'public' => __DIR__.'/../public', + 'base' => __DIR__.'/..', + 'public' => __DIR__.'/../public', 'storage' => __DIR__.'/../storage', ]) );