diff --git a/app/Exceptions/Trackers/Sentry.php b/app/Exceptions/Trackers/Sentry.php index cb9fe7e3e..1353b7d92 100644 --- a/app/Exceptions/Trackers/Sentry.php +++ b/app/Exceptions/Trackers/Sentry.php @@ -49,7 +49,7 @@ class Sentry return false; } - public static function getAppType() + public static function getAppType(): string { $hostname = gethostname();