Ejemplo n.º 1
0
 /**
  * Get the session store implementation.
  *
  * @return \Illuminate\Session\SessionInterface $session
  * @static 
  */
 public static function getSessionStore()
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Html\FormBuilder::getSessionStore();
 }