- <?php
- /**
- * Transparent extension for the KO7_Config_Database class
- *
- * @package KO7/Database
- * @category Configuration
- *
- * @copyright (c) 2007-2016 Kohana Team
- * @copyright (c) since 2016 Koseven Team
- * @license https://koseven.dev/LICENSE
- */
- class Config_Database extends KO7_Config_Database {}
|