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