From 91e23ee189808d6e0d5f5bd63cb6e19f4bbba22b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 12 Feb 2024 14:00:36 +1100 Subject: [PATCH] Minor adjustments --- app/Services/Subscription/PaymentLinkService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Subscription/PaymentLinkService.php b/app/Services/Subscription/PaymentLinkService.php index da693a87f7..d62e4f51a7 100644 --- a/app/Services/Subscription/PaymentLinkService.php +++ b/app/Services/Subscription/PaymentLinkService.php @@ -277,7 +277,6 @@ class PaymentLinkService /** * @param Invoice $invoice * @return true - * @throws BindingResolutionException */ public function planPaid(Invoice $invoice) {