Example #1
0
 /**
  * Get the session store implementation.
  *
  * @return \Illuminate\Session\Store $session
  * @static 
  */
 public static function getSessionStore()
 {
     //Method inherited from \Illuminate\Html\FormBuilder
     return \Bootstrapper\Form::getSessionStore();
 }