Database.php 319 B

12345678910111213
  1. <?php
  2. /**
  3. * Transparent extension for the KO7_Config_Database class
  4. *
  5. * @package KO7/Database
  6. * @category Configuration
  7. *
  8. * @copyright (c) 2007-2016 Kohana Team
  9. * @copyright (c) since 2016 Koseven Team
  10. * @license https://koseven.dev/LICENSE
  11. */
  12. class Config_Database extends KO7_Config_Database {}