Browse Source

add data types

main
ghost 1 year ago
parent
commit
d25634299e
  1. 6
      src/app/model/request.php

6
src/app/model/request.php

@ -2,9 +2,9 @@ @@ -2,9 +2,9 @@
class AppModelRequest {
private $_get;
private $_post;
private $_files;
private array $_get;
private array $_post;
private array $_files;
public function __construct(array $get, array $post, array $files)
{

Loading…
Cancel
Save