Esempio n. 1
0
 /**
  * Get the underlying session handler implementation.
  *
  * @return \SessionHandlerInterface 
  * @static 
  */
 public static function getHandler()
 {
     return \Illuminate\Session\Store::getHandler();
 }