添加初始化账号
This commit is contained in:
17
extend/catcher/command/stubs/request.stub
Normal file
17
extend/catcher/command/stubs/request.stub
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace {NAMESPACE};
|
||||
|
||||
use catcher\base\BaseRequest;
|
||||
|
||||
class {CLASS}Request extends BaseRequest
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @time 2019年11月27日
|
||||
* @return string
|
||||
*/
|
||||
protected function getValidate()
|
||||
{
|
||||
// TODO: Implement getValidate() method.
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user