This commit is contained in:
as2252258@163.com
2021-08-06 01:01:39 +08:00
parent abe586ff0a
commit e11d8304b7
2 changed files with 21 additions and 32 deletions
-11
View File
@@ -133,7 +133,6 @@ trait HttpParams
}
/**
* @param $name
* @param null $defaultValue
@@ -383,15 +382,5 @@ trait HttpParams
}
/**
* @param $name
* @return mixed
*/
public function __get($name): mixed
{
$load = $this->load();
return $load[$name] ?? null;
}
}