Reader.php 341 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Transparent extension of the KO7_Config_Database_Reader 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_Reader extends KO7_Config_Database_Reader
  13. {
  14. }