示例#1
0
文件: Auth.php 项目: spryker/Auth
 /**
  * @return bool
  */
 public function hasCurrentUser()
 {
     return $this->userFacade->hasCurrentUser();
 }