Completed
Push — master ( d8e2a0...679457 )
by Mahmoud
04:23
created
app/Containers/Payments/Tasks/PaymentsFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use App\Containers\Payments\Contracts\Chargeable;
6 6
 use App\Containers\Payments\Exceptions\ObjectNonChargeableException;
7 7
 use App\Containers\Payments\Exceptions\PaymentMethodNotFoundException;
8
-use App\Containers\Payments\Exceptions\UserNotSetInThePaymentTaskException;
9 8
 use App\Containers\Paypal\Tasks\ChargeWithPaypalTask;
10 9
 use App\Containers\Stripe\Tasks\ChargeWithStripeTask;
11 10
 use App\Containers\User\Models\User;
Please login to merge, or discard this patch.