Beispiel #1
0
 /**
  * Get a unique identifier for the auth session value.
  *
  * @return string 
  * @static 
  */
 public static function getName()
 {
     return \Illuminate\Auth\Guard::getName();
 }