mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:04:32 -04:00
Typehint correct request class
This commit is contained in:
parent
6991b50ee4
commit
65cfe71fcb
@ -12,7 +12,7 @@
|
||||
namespace App\PaymentDrivers\Common;
|
||||
|
||||
use App\Http\Requests\ClientPortal\Payments\PaymentResponseRequest;
|
||||
use App\Http\Requests\Request;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
interface MethodInterface
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user