Browse Source

fix variable name

main
ghost 1 year ago
parent
commit
44e37cfbe6
  1. 2
      src/app/model/request.php

2
src/app/model/request.php

@ -8,7 +8,7 @@ class AppModelRequest { @@ -8,7 +8,7 @@ class AppModelRequest {
public function __construct(array $get, array $post, array $files)
{
$this->_address = $address;
$this->_get = $get;
$this->_post = $post;
$this->_files = $files;
}

Loading…
Cancel
Save