コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Get the user provider used by the guard.
  *
  * @return \Illuminate\Contracts\Auth\UserProvider 
  * @static 
  */
 public static function getProvider()
 {
     return \Illuminate\Auth\SessionGuard::getProvider();
 }