This commit is contained in:
2020-10-16 16:41:08 +08:00
parent 88511c7ab2
commit d43f4b4974
10 changed files with 173 additions and 97 deletions

View File

@@ -25,7 +25,6 @@ class ServerKey implements Renderable
$table = new Table(['名称', '参数'], $data);
return $table->render();
die();
}
}