I want to query all data if the tenant id is 1, but this is not working with filament v4 ```php /** * Merge all data if tenant id is 1 */ public static function isScopedToTenant(): bool { return filament()->getTenant()->id !== 1; } ``` This code worked in v3