예제 #1
0
파일: user.php 프로젝트: hardikamutech/loov
 public function logout()
 {
     if ($this->isAuthenticated()) {
         $this->auth->logout();
         $this->user = null;
     }
 }