Exemple #1
0
 /**
  * Get the name of the cookie used to store the "recaller".
  *
  * @return string 
  * @static 
  */
 public static function getRecallerName()
 {
     return \Illuminate\Auth\Guard::getRecallerName();
 }