db()->prepare("SELECT * FROM {$this->table} WHERE tenant_id = ? LIMIT 1"); $stmt->execute([$tenantId]); return $stmt->fetch() ?: null; } }