From d752956bcbd2c4720cb17f970f317a7c15382042 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 11 Jan 2018 10:44:07 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- nntmux/Regexes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntmux/Regexes.php b/nntmux/Regexes.php index ae96075c1..464606692 100755 --- a/nntmux/Regexes.php +++ b/nntmux/Regexes.php @@ -2,9 +2,9 @@ namespace nntmux; -use App\Models\Category; use nntmux\db\DB; use App\Models\Release; +use App\Models\Category; class Regexes {