Example #1
0
 /**
  * @return void
  */
 public function boot()
 {
     // 合并JWT配置文件
     $this->mergeConfig();
     // JWT初始化
     JWT::init();
 }