Files
nextcloud-server-mirror/lib/db/adapterpgsql.php
2013-07-21 23:17:36 +02:00

14 lines
248 B
PHP

<?php
/**
* Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
namespace OC\DB;
class AdapterPgSql extends Adapter {
}