From 066666f5bc1c69536a17deb1d627e41af3d866c1 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 8 Sep 2021 20:20:58 +1000 Subject: [PATCH] Remove redundant logging --- app/Observers/InvoiceObserver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Observers/InvoiceObserver.php b/app/Observers/InvoiceObserver.php index 869a0310364e..606d37c50a80 100644 --- a/app/Observers/InvoiceObserver.php +++ b/app/Observers/InvoiceObserver.php @@ -46,7 +46,7 @@ class InvoiceObserver * @return void */ public function updated(Invoice $invoice) - {nlog("updated"); + { $subscriptions = Webhook::where('company_id', $invoice->company->id) ->where('event_id', Webhook::EVENT_UPDATE_INVOICE) ->exists();