Working on form requests
This commit is contained in:
parent
933f2968d6
commit
7f168f87b9
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ class InvoiceController extends BaseController
|
|||
return View::make('invoices.edit', $data);
|
||||
}
|
||||
|
||||
public function createRecurring(ClientRequest $request, $clientPublicId = 0)
|
||||
public function createRecurring(InvoiceRequest $request, $clientPublicId = 0)
|
||||
{
|
||||
return self::create($request, $clientPublicId, true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue