コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Determine if the current user is authenticated.
  *
  * @return \App\User 
  * @throws \Illuminate\Auth\AuthenticationException
  * @static 
  */
 public static function authenticate()
 {
     return \Illuminate\Auth\SessionGuard::authenticate();
 }