MadelineProto/src/danog/MadelineProto/Db/NullCache/PostgresArray.php

11 lines
186 B
PHP

<?php
namespace danog\MadelineProto\Db\NullCache;
use danog\MadelineProto\Db\PostgresArray as DbPostgresArray;
class PostgresArray extends DbPostgresArray
{
use NullCacheTrait;
}