Ejemplo n.º 1
0
 /**
  * Clears all attributes.
  *
  * @static 
  */
 public static function clear()
 {
     return \Illuminate\Session\Store::clear();
 }