fix 500 error on activity page

This commit is contained in:
Boy132 2025-05-08 15:29:46 +02:00
parent f37915ed2a
commit 3afe18d7cf

View File

@ -25,6 +25,8 @@ class ActivityResource extends Resource
protected static string|\BackedEnum|null $navigationIcon = 'tabler-stack';
protected static bool $isScopedToTenant = false;
public static function getEloquentQuery(): Builder
{
/** @var Server $server */