This commit is contained in:
2021-07-13 16:20:09 +08:00
parent 6b3be1b0f9
commit 71503fbdcc
+2 -1
View File
@@ -28,9 +28,10 @@ class Runtime extends Command
/**
* @param Input $dtl
* @return string
* @throws Exception
*/
public function onHandler(Input $dtl)
public function onHandler(Input $dtl): string
{
// TODO: Implement onHandler() method.
$annotation = Snowflake::app()->getAnnotation();