lib/includes/Rdbms/ClientDomainDb.php
<?php
declare( strict_types=1 );
namespace Wikibase\Lib\Rdbms;
/**
* A {@link DomainDb} to access a client wiki.
*
* Use this class to access database tables created by the WikibaseClient extension,
* or otherwise belonging to a client wiki.
* (This access may happen in repo, client, or lib.)
*
* @license GPL-2.0-or-later
*/
class ClientDomainDb extends DomainDb {
}