From 1b2d3107800b0e3c91f15b3408b93b4dfac9c49b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 11 May 2021 21:19:44 +1000 Subject: [PATCH] Fixes for missing dependencies --- app/PaymentDrivers/StripeConnectPaymentDriver.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/PaymentDrivers/StripeConnectPaymentDriver.php b/app/PaymentDrivers/StripeConnectPaymentDriver.php index c758a22ad3..535561b548 100644 --- a/app/PaymentDrivers/StripeConnectPaymentDriver.php +++ b/app/PaymentDrivers/StripeConnectPaymentDriver.php @@ -16,6 +16,7 @@ use App\Factory\PaymentFactory; use App\Http\Requests\Payments\PaymentWebhookRequest; use App\Http\Requests\Request; use App\Jobs\Util\SystemLogger; +use App\Models\Client; use App\Models\ClientGatewayToken; use App\Models\CompanyGateway; use App\Models\GatewayType;