mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for logging
This commit is contained in:
parent
f546ffd353
commit
8cd6941d21
@ -78,7 +78,7 @@ class WebhookSingle implements ShouldQueue
|
|||||||
$subscription = Webhook::with('company')->find($this->subscription_id);
|
$subscription = Webhook::with('company')->find($this->subscription_id);
|
||||||
|
|
||||||
if ($subscription) {
|
if ($subscription) {
|
||||||
nlog("firing event ID {$subscription->event_id} company_id {$subscription->company_id}");
|
// nlog("firing event ID {$subscription->event_id} company_id {$subscription->company_id}");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$subscription) {
|
if (!$subscription) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user