This commit is contained in:
meimei
2025-04-22 13:49:26 +08:00
parent 996061e815
commit f11b25a3a2

View File

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