This commit is contained in:
2023-04-16 14:21:55 +08:00
parent 5f53ab9d7d
commit b29e8eb893
+3 -4
View File
@@ -25,17 +25,16 @@ class Component implements Configure
/**
* BaseAbstract constructor.
*
* @throws Exception
*/
public function __construct()
{
}
/**
* @throws Exception
* @return void
*/
public function init()
public function init(): void
{
}