mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Merge pull request #109 from mchev/customer-portal
Fix CompanySetting not being imported in BootstrapController
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user