Undefined constant error (#14668)

This commit is contained in:
electrocret
2022-11-22 15:52:15 -06:00
committed by GitHub
parent e55e49ddf6
commit d10ccc697c

View File

@@ -272,7 +272,7 @@ email or just the hostname in any other transport:
```text
@if ($alert->status == 0)
@if ($alert->status == icmp)
@if ($alert->status == 'icmp')
{{ $alert->debug['traceroute'] }}
@endif
@endif