mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix variable name
This commit is contained in:
parent
00c39f49c1
commit
44e37cfbe6
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ class AppModelRequest {
|
||||||
|
|
||||||
public function __construct(array $get, array $post, array $files)
|
public function __construct(array $get, array $post, array $files)
|
||||||
{
|
{
|
||||||
$this->_address = $address;
|
$this->_get = $get;
|
||||||
$this->_post = $post;
|
$this->_post = $post;
|
||||||
$this->_files = $files;
|
$this->_files = $files;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get(string $key) : mixed
|
public function get(string $key) : mixed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue