Files

9 lines
117 B
Plaintext
Raw Permalink Normal View History

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