diff --git a/app/SupportedApps.php b/app/SupportedApps.php index c2798230..9ef56421 100644 --- a/app/SupportedApps.php +++ b/app/SupportedApps.php @@ -134,7 +134,7 @@ abstract class SupportedApps */ public function getLiveStats($status, $data) { - $className = get_class($this); + $className = $this::class; $explode = explode('\\', $className); $name = end($explode);