Update QuoteController.php

This commit is contained in:
David Bomba 2018-07-24 22:32:36 +10:00 committed by GitHub
parent ebe24c3df1
commit 611c8ae3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class QuoteController extends BaseController
return $this->invoiceService->getDatatable($accountId, $clientPublicId, ENTITY_QUOTE, $search);
}
public function create(InvoiceRequest $request, $clientPublicId = 0)
public function create(QuoteRequest $request, $clientPublicId = 0)
{
if (! Utils::hasFeature(FEATURE_QUOTES)) {
return Redirect::to('/invoices/create');