This commit is contained in:
2021-08-10 16:40:01 +08:00
parent 218738906e
commit 41f1447a0b
12 changed files with 200 additions and 79 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Input
/**
* @param $key
* @param null $default
* @return mixed|null
* @return mixed
*/
public function get($key, $default = null): mixed
{