From eeb7855f475ee232bfa904dcf24e4cd3f6d91998 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 29 Sep 2017 10:24:32 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/Books.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntmux/Books.php b/nntmux/Books.php index f108a1eb8..953ff6790 100755 --- a/nntmux/Books.php +++ b/nntmux/Books.php @@ -2,11 +2,11 @@ namespace nntmux; -use App\Models\Release; use nntmux\db\DB; use ApaiIO\ApaiIO; use Carbon\Carbon; use GuzzleHttp\Client; +use App\Models\Release; use App\Models\BookInfo; use App\Models\Settings; use ApaiIO\Operations\Search;