Example #1
0
 /**
  * Determine if the session store has been set.
  *
  * @return bool 
  * @static 
  */
 public static function hasSessionStore()
 {
     return \Illuminate\Http\Request::hasSessionStore();
 }