mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-22 20:54:52 +00:00
fix variable names
This commit is contained in:
parent
7f892b0772
commit
cfc9c721ff
@ -94,11 +94,11 @@ class AppModelRequest {
|
|||||||
|
|
||||||
public function hasGet() : bool
|
public function hasGet() : bool
|
||||||
{
|
{
|
||||||
return !empty($this->_post);
|
return !empty($this->_get);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasFiles() : bool
|
public function hasFiles() : bool
|
||||||
{
|
{
|
||||||
return !empty($this->_post);
|
return !empty($this->_files);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user