mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-03 10:35:32 +00:00
add data types
This commit is contained in:
parent
44e37cfbe6
commit
d25634299e
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
class AppModelRequest {
|
class AppModelRequest {
|
||||||
|
|
||||||
private $_get;
|
private array $_get;
|
||||||
private $_post;
|
private array $_post;
|
||||||
private $_files;
|
private array $_files;
|
||||||
|
|
||||||
public function __construct(array $get, array $post, array $files)
|
public function __construct(array $get, array $post, array $files)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user