first commit
This commit is contained in:
11
app/FormModel/rpc/BaseModel.php
Executable file
11
app/FormModel/rpc/BaseModel.php
Executable file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\FormModel\rpc;
|
||||
|
||||
class BaseModel
|
||||
{
|
||||
protected function getResponse(): BaseResponse
|
||||
{
|
||||
return new BaseResponse();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user