protected function __construct()
 {
     parent::__construct(Config::get('http.gzip'));
     $this->tpl = new Template();
 }