<?php namespace Collection\Lib; use Dever; class Core { public function __construct() { $this->token = Dever::input('token'); $this->uid = 1; } }