Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Feb 7, 2024
1 parent 93d80a0 commit 4cf901a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/Administration/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class UserController extends Controller
{

/**
* Display a listing of the resource.
*/
Expand Down
2 changes: 0 additions & 2 deletions support/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down Expand Up @@ -60,4 +59,3 @@ function audit_type_options()
});
}
}

0 comments on commit 4cf901a

Please sign in to comment.