From 611c8ae3cd9653103bd9acf81190d087f23cd9a4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 24 Jul 2018 22:32:36 +1000 Subject: [PATCH] Update QuoteController.php --- app/Http/Controllers/QuoteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/QuoteController.php b/app/Http/Controllers/QuoteController.php index 601c243f9ea1..05bd25e9a425 100644 --- a/app/Http/Controllers/QuoteController.php +++ b/app/Http/Controllers/QuoteController.php @@ -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');