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