This commit is contained in:
2022-09-25 04:38:27 +08:00
parent f63f480e57
commit 354013fa41
+1 -1
View File
@@ -60,7 +60,7 @@ class Config extends Component
* @param bool $try
* @param mixed|null $default
* @return mixed
* @throws ConfigException
* @throws
*/
public static function get($key, mixed $default = null, bool $try = FALSE): mixed
{