Typehint correct request class

This commit is contained in:
Benjamin Beganović 2021-10-26 16:19:58 +02:00
parent 6991b50ee4
commit 65cfe71fcb

View File

@ -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
{ {