diff --git a/nntmux/NZBVortex.php b/nntmux/NZBVortex.php index 40c521322..629a414fb 100755 --- a/nntmux/NZBVortex.php +++ b/nntmux/NZBVortex.php @@ -2,8 +2,8 @@ namespace nntmux; -use App\Models\User; use Page; +use App\Models\User; final class NZBVortex { diff --git a/public/admin/release-files.php b/public/admin/release-files.php index cc8ab3b0b..6030a3289 100644 --- a/public/admin/release-files.php +++ b/public/admin/release-files.php @@ -2,9 +2,9 @@ require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'smarty.php'; -use App\Models\User; use nntmux\NZB; use nntmux\db\DB; +use App\Models\User; use nntmux\Releases; $page = new AdminPage; diff --git a/public/admin/site-stats.php b/public/admin/site-stats.php index 7d1c097ed..88d3e0623 100644 --- a/public/admin/site-stats.php +++ b/public/admin/site-stats.php @@ -3,7 +3,6 @@ require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'smarty.php'; use App\Models\User; -use nntmux\Users; use nntmux\Releases; use App\Models\UserRole;