Core.php 176 B

1234567891011121314
  1. <?php
  2. namespace Collection\Lib;
  3. use Dever;
  4. class Core
  5. {
  6. public function __construct()
  7. {
  8. $this->token = Dever::input('token');
  9. $this->uid = 1;
  10. }
  11. }