Пример #1
0
 /**
  * Gets a bag instance by name.
  *
  * @param string $name
  * @return \Symfony\Component\HttpFoundation\Session\SessionBagInterface 
  * @static 
  */
 public static function getBag($name)
 {
     return \Illuminate\Session\Store::getBag($name);
 }