예제 #1
0
파일: Auth.php 프로젝트: spryker/Auth
 /**
  * @return bool
  */
 public function hasCurrentUser()
 {
     return $this->userFacade->hasCurrentUser();
 }