Typehint correct request class
This commit is contained in:
parent
6991b50ee4
commit
65cfe71fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue