From 4cf901a7e23974cd08d54a169d12d374df1e2a35 Mon Sep 17 00:00:00 2001 From: Nasrul Hazim Bin Mohamad Date: Wed, 7 Feb 2024 21:52:33 +0800 Subject: [PATCH] Fixed code style --- app/Http/Controllers/Administration/UserController.php | 1 - support/options.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/Http/Controllers/Administration/UserController.php b/app/Http/Controllers/Administration/UserController.php index 7df4411..46c9f7a 100644 --- a/app/Http/Controllers/Administration/UserController.php +++ b/app/Http/Controllers/Administration/UserController.php @@ -9,7 +9,6 @@ class UserController extends Controller { - /** * Display a listing of the resource. */ diff --git a/support/options.php b/support/options.php index ef1fbdf..d6f8f03 100644 --- a/support/options.php +++ b/support/options.php @@ -18,7 +18,6 @@ function to_options(array|Collection $array): array } } -use App\Models\Setup\Category; use Illuminate\Support\Facades\Cache; if (! function_exists('role_options')) { @@ -60,4 +59,3 @@ function audit_type_options() }); } } -