db()->prepare("SELECT * FROM {$this->table} WHERE tenant_id = ? AND deleted_at IS NULL"); $stmt->execute([$tenantId]); return $stmt->fetchAll(); } }