Esempio n. 1
0
 /**
  * Registers a SessionBagInterface with the session.
  *
  * @param \Symfony\Component\HttpFoundation\Session\SessionBagInterface $bag
  * @static 
  */
 public static function registerBag($bag)
 {
     return \Illuminate\Session\Store::registerBag($bag);
 }