From 645779c0331619c1a54b3d2f735d9268a0b15b11 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 26 Mar 2018 07:41:08 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/http/AdminPage.php | 2 +- public/index.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Blacklight/http/AdminPage.php b/Blacklight/http/AdminPage.php index b5abdb869..07828eadc 100644 --- a/Blacklight/http/AdminPage.php +++ b/Blacklight/http/AdminPage.php @@ -2,8 +2,8 @@ namespace Blacklight\http; -use App\Models\Category; use App\Models\User; +use App\Models\Category; use Illuminate\Support\Facades\Auth; /** diff --git a/public/index.php b/public/index.php index 679d27a6b..8d83f38cf 100644 --- a/public/index.php +++ b/public/index.php @@ -4,7 +4,6 @@ use Blacklight\http\Page; require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'resources/views/themes/smarty.php'; - $page = new Page; if ($app->isDownForMaintenance()) {