示例#1
0
文件: Action.php 项目: bstats/b-stats
 static function logout() : string
 {
     Site::logOut();
     return "/";
 }