mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix variable names
This commit is contained in:
parent
7f892b0772
commit
cfc9c721ff
1 changed files with 2 additions and 2 deletions
|
|
@ -94,11 +94,11 @@ class AppModelRequest {
|
|||
|
||||
public function hasGet() : bool
|
||||
{
|
||||
return !empty($this->_post);
|
||||
return !empty($this->_get);
|
||||
}
|
||||
|
||||
public function hasFiles() : bool
|
||||
{
|
||||
return !empty($this->_post);
|
||||
return !empty($this->_files);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue