This commit is contained in:
2024-09-10 01:35:53 +05:00
parent 060d16851c
commit 7d2c4c09d0
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ use App\Repos\System\Settings\Legal\EducationRepo;
use App\Repos\System\Settings\Legal\MarriageRepo;
use App\Repos\System\Settings\Legal\PassportRepo;
use App\Repos\System\Settings\Location\RegionRepo;
use Illuminate\Http\Request;
class BaseAppEnumController extends Controller
{

View File

@@ -5,7 +5,6 @@ use App\Modules\ApiAuth\Controllers\ApiAuthController;
use App\Modules\BaseAppEnum\Controllers\BaseAppEnumController;
use App\Modules\Branch\Controllers\BranchController;
use App\Modules\LoanOrder\Controllers\LoanOrderController;
use App\Modules\LoanType\Controllers\LoanTypeController;
use App\Modules\Province\Controllers\ProvinceController;
use Illuminate\Support\Facades\Route;