© 2026 Hedgehog Software, LLC
$rule->where('household_id', Filament::getTenant()?->id);
51 Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
/** @var Company $tenant */ $tenant = Filament::getTenant(); $rule->where('household_id', $tenant->id);