Completed
Push — master ( 9822a8...9d715b )
by Mahmoud
05:21
created
app/Containers/Payment/Factories/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\Payment\Contracts\Chargeable;
6 6
 use App\Containers\Payment\Exceptions\ObjectNonChargeableException;
7 7
 use App\Containers\Payment\Exceptions\PaymentMethodNotFoundException;
8
-use App\Containers\Payment\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.