Merge pull request #109 from mchev/customer-portal

Fix CompanySetting not being imported in BootstrapController
This commit is contained in:
mchev
2024-06-20 14:56:56 +02:00
committed by GitHub

View File

@@ -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;