From a2e2abb93cf9b39eb7ffb99af888a53275810e9f Mon Sep 17 00:00:00 2001 From: Kendall Arneaud Date: Sat, 27 Jul 2024 12:01:43 -0400 Subject: [PATCH] Update SystemLog.php add rotessa to system log type Signed-off-by: Kendall Arneaud --- app/Models/SystemLog.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/SystemLog.php b/app/Models/SystemLog.php index f61b6c4fbf45..10eb1f2629a8 100644 --- a/app/Models/SystemLog.php +++ b/app/Models/SystemLog.php @@ -152,6 +152,8 @@ class SystemLog extends Model public const TYPE_BTC_PAY = 324; + public const TYPE_ROTESSA = 325; + public const TYPE_QUOTA_EXCEEDED = 400; public const TYPE_UPSTREAM_FAILURE = 401;