예제 #1
0
파일: Action.php 프로젝트: bstats/b-stats
 static function logout() : string
 {
     Site::logOut();
     return "/";
 }