This commit is contained in:
2023-12-12 15:35:38 +08:00
parent 827fb257ab
commit 84c253a9f6
17 changed files with 271 additions and 302 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ class LocalService extends Component implements LocalServiceInterface
/**
* @param string $name
* @return mixed
* @throws Exception
* @throws
*/
public function get(string $name): mixed
{
@@ -66,7 +66,7 @@ class LocalService extends Component implements LocalServiceInterface
/**
* @param string $name
* @return mixed
* @throws Exception
* @throws
*/
public function __get(string $name)
{