Example #1
0
 public static function push($key, $value)
 {
     \Session::push($key, $value);
 }