From 03a603fdeef567616484b1d9f1b6e1969d6ba31e Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 26 Aug 2024 20:26:29 -0500 Subject: [PATCH] cleanup --- app/Http/Controllers/DashboardController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index d7f0162..7ea7131 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -2,7 +2,6 @@ namespace App\Http\Controllers; -use stdClass; use App\Models\Holding; use Illuminate\Http\Request;