Example #1
0
 /**
  * Get the user provider used by the guard.
  *
  * @return \Illuminate\Contracts\Auth\UserProvider 
  * @static 
  */
 public static function getProvider()
 {
     return \Illuminate\Auth\SessionGuard::getProvider();
 }