Example #1
0
 /**
  * Log the given user ID into the application without sessions or cookies.
  *
  * @param mixed $id
  * @return bool 
  * @static 
  */
 public static function onceUsingId($id)
 {
     return \Illuminate\Auth\SessionGuard::onceUsingId($id);
 }