From 1f8cbff217d962dfe6a77e0b3faff0cbf2b392fc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 30 Aug 2023 12:08:10 +0000 Subject: [PATCH] autofixes --- Models/Loan.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Models/Loan.php b/Models/Loan.php index a4c60ee..7ad4570 100644 --- a/Models/Loan.php +++ b/Models/Loan.php @@ -14,11 +14,6 @@ declare(strict_types=1); namespace Modules\LoanManagement\Models; -use Modules\Admin\Models\Account; -use Modules\Admin\Models\NullAccount; -use phpOMS\Business\Finance\DepreciationType; -use phpOMS\Localization\BaseStringL11nType; - /** * Loan model. *