Config.php 165 B

1234567891011
  1. <?php
  2. namespace app\common\model;
  3. class Config extends Common
  4. {
  5. public function __construct(array $data = [])
  6. {
  7. parent::__construct($data);
  8. }
  9. }