<?php

namespace Drupal\workspaces\EntityQuery;

/**
 * Workspaces PostgreSQL-specific entity query implementation.
 *
 * @internal
 */
class PgsqlQueryFactory extends QueryFactory {

}
