From 80c90ae4f392034782400baa6837ee40e69303f4 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 13 Apr 2018 20:50:46 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- app/Http/Controllers/NfoController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/NfoController.php b/app/Http/Controllers/NfoController.php index f52f3e06a..326e9d916 100644 --- a/app/Http/Controllers/NfoController.php +++ b/app/Http/Controllers/NfoController.php @@ -4,8 +4,8 @@ namespace App\Http\Controllers; use App\Models\Release; use App\Models\ReleaseNfo; -use Blacklight\utility\Utility; use Illuminate\Http\Request; +use Blacklight\utility\Utility; class NfoController extends BasePageController {