@ -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;
}