Просмотр файла vendor/doctrine/dbal/src/Platforms/Keywords/PostgreSQL94Keywords.php

Размер файла: 217B
<?php

namespace Doctrine\DBAL\Platforms\Keywords;

/**
 * PostgreSQL 9.4 reserved keywords list.
 *
 * @deprecated Use {@see PostgreSQLKeywords} instead.
 */
class PostgreSQL94Keywords extends PostgreSQLKeywords
{
}