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 {