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()) {