Completed
Branch master (71c1f4)
by Freek
12:37
created
src/Exceptions/WebhookFailed.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Spatie\StripeWebhooks\Exceptions;
4 4
 
5 5
 use Exception;
6
-use App\Models\Payment;
7 6
 
8 7
 class WebhookFailed extends Exception
9 8
 {
Please login to merge, or discard this patch.
src/StripeWebhookCall.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Models;
4 4
 
5
-use Illuminate\Database\Eloquent\Model;
6 5
 use Exception;
6
+use Illuminate\Database\Eloquent\Model;
7 7
 
8 8
 class StripeWebhookCall extends Model
9 9
 {
Please login to merge, or discard this patch.