From 6b6a83a525ef713ba5713cbfc6b139f388aff5ac Mon Sep 17 00:00:00 2001 From: Brad Date: Mon, 10 Jan 2022 14:21:19 -0500 Subject: [PATCH] Removing something stupid PHPStorm put in the use area --- app/Models/License.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/License.php b/app/Models/License.php index 0034ecb6b6..c25e8366b7 100755 --- a/app/Models/License.php +++ b/app/Models/License.php @@ -10,7 +10,6 @@ use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\SoftDeletes; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Session; -use phpDocumentor\Reflection\Types\Collection; use Watson\Validating\ValidatingTrait; class License extends Depreciable