From 506cf37b5676d1f32613397971d96c8481bb62ef Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 30 Jan 2018 12:02:27 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/AniDB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntmux/AniDB.php b/nntmux/AniDB.php index fb8647f5a..9c34365bb 100755 --- a/nntmux/AniDB.php +++ b/nntmux/AniDB.php @@ -2,8 +2,8 @@ namespace nntmux; -use App\Models\Category; use nntmux\db\DB; +use App\Models\Category; class AniDB {