- <?php
- /**
- * Transparent extension of the KO7_Config_Database_Reader 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_Reader extends KO7_Config_Database_Reader
- {
- }
|