This commit is contained in:
2021-08-18 13:35:58 +08:00
parent 1c4020810f
commit 6e01b437e2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -284,6 +284,7 @@ abstract class BaseApplication extends Component
* @return mixed
* @throws ReflectionException
* @throws NotFindClassException
* @throws Exception
*/
public function get($name): mixed
{
+1
View File
@@ -54,6 +54,7 @@ class Kiri
/**
* @param object $class
* @throws ReflectionException
*/
public static function injectProperty(object $class)
{