diff --git a/app/Services/Hook.php b/app/Services/Hook.php index 44c7bbe4..6227ca10 100644 --- a/app/Services/Hook.php +++ b/app/Services/Hook.php @@ -97,6 +97,7 @@ class Hook }); } + /** @deprecated */ public static function addUserBadge(string $text, $color = 'primary'): void { resolve(Filter::class)->add('user_badges', function ($badges) use ($text, $color) {