Files
swiftadmin/app/admin/controller/developer/stubs/method.stub

9 lines
117 B
Plaintext
Raw Normal View History

2024-07-13 12:53:20 +08:00
/**
* method 函数
*/
public function method()
{
return $this->view();
}