From 680e105f1bcc22bf7f09e8242ed581f072cd901e Mon Sep 17 00:00:00 2001 From: mchev Date: Sun, 16 Jun 2024 21:58:16 +0200 Subject: [PATCH] Fix CompanySetting not imported in BootstrapController --- app/Http/Controllers/V1/Customer/General/BootstrapController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/V1/Customer/General/BootstrapController.php b/app/Http/Controllers/V1/Customer/General/BootstrapController.php index f34f08ba..43a17b06 100644 --- a/app/Http/Controllers/V1/Customer/General/BootstrapController.php +++ b/app/Http/Controllers/V1/Customer/General/BootstrapController.php @@ -4,6 +4,7 @@ namespace App\Http\Controllers\V1\Customer\General; use App\Http\Controllers\Controller; use App\Http\Resources\Customer\CustomerResource; +use App\Models\CompanySetting; use App\Models\Currency; use App\Models\Module; use Illuminate\Http\Request;