This commit is contained in:
meimei
2025-04-22 14:31:04 +08:00
parent ac95fc7e53
commit 7292199a54

View File

@@ -6,6 +6,6 @@ class Development extends Backend
{ {
public function getdetails() public function getdetails()
{ {
$this->view->fetch(); return $this->view->fetch();
} }
} }