This commit is contained in:
2020-09-01 13:36:57 +08:00
parent 142f73441d
commit 708b0d2454
4 changed files with 451 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class Config extends Component
* @param $key
* @param bool $try
* @param mixed $default
* @return null
* @return mixed
* @throws
*/
public static function get($key, $try = FALSE, $default = null)