From 0d9ce2617acd142a46180e7cb6a274c854a94a01 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 9 Oct 2017 13:59:51 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/Nfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nntmux/Nfo.php b/nntmux/Nfo.php index 115c3a6e1..fed68b5a8 100755 --- a/nntmux/Nfo.php +++ b/nntmux/Nfo.php @@ -2,10 +2,10 @@ namespace nntmux; -use App\Models\Release; -use App\Models\ReleaseNfo; use nntmux\db\DB; +use App\Models\Release; use App\Models\Settings; +use App\Models\ReleaseNfo; use nntmux\utility\Utility; use dariusiii\rarinfo\SfvInfo; use dariusiii\rarinfo\Par2Info;