Update QuoteController.php

This commit is contained in:
David Bomba 2018-07-24 22:38:11 +10:00 committed by GitHub
parent 556babbf88
commit f30eb2b574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
namespace App\Http\Controllers;
use App\Http\Requests\InvoiceRequest;
use App\Http\Requests\QuoteRequest;
use App\Models\Account;
use App\Models\Client;
use App\Models\Country;