Exemplo n.º 1
0
 /**
  * Get the session store used by the guard.
  *
  * @return \Illuminate\Session\Store 
  * @static 
  */
 public static function getSession()
 {
     return \Illuminate\Auth\Guard::getSession();
 }