- < * / \ * // \\ * //| . |\\ * "'\ /'"_.-~^`'-. * \ _ /--' ` * ___)( )(___ * (((__) (__))) 梦之所想,心之所向. */ namespace app\common\services; use app\common\facades\Setting; class CollectHostService { protected $host; public function __construct($host) { $this->host = $host; } public function handle() {} }