コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Get the ID for the currently authenticated user.
  *
  * @return int|null 
  * @static 
  */
 public static function id()
 {
     return \Illuminate\Auth\SessionGuard::id();
 }