This commit is contained in:
2021-03-03 13:03:11 +08:00
parent 4bd4db9f9b
commit 8e67964a91
+4
View File
@@ -9,8 +9,10 @@ use HttpServer\Http\HttpHeaders;
use HttpServer\Http\HttpParams;
use HttpServer\Http\Request;
use Exception;
use ReflectionException;
use Snowflake\Abstracts\TraitApplication;
use Snowflake\Exception\ComponentException;
use Snowflake\Exception\NotFindClassException;
use Snowflake\Snowflake;
/**
@@ -107,6 +109,8 @@ class Controller extends HttpService
* @param $name
* @return mixed
* @throws ComponentException
* @throws ReflectionException
* @throws NotFindClassException
*/
public function __get($name): mixed
{