Files
swiftadmin/app/admin/controller/developer/stubs/method.stub
2024-07-13 12:53:20 +08:00

9 lines
117 B
Plaintext

/**
* method 函数
*/
public function method()
{
return $this->view();
}