© 2026 Hedgehog Software, LLC
/** * Merge all data if tenant id is 1 */ public static function isScopedToTenant(): bool { return filament()->getTenant()->id !== 1; }