dynamic_entity_reference-8.x-1.x-dev/src/Query/PgsqlQueryFactory.php
src/Query/PgsqlQueryFactory.php
<?php
namespace Drupal\dynamic_entity_reference\Query;
use Drupal\pgsql\EntityQuery\QueryFactory as BaseQueryFactory;
/**
* PostgreSQL specific entity query implementation.
*/
class PgsqlQueryFactory extends BaseQueryFactory {
}
