first commit
This commit is contained in:
12
app/FormModel/api/BaseModel.php
Executable file
12
app/FormModel/api/BaseModel.php
Executable file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\FormModel\api;
|
||||
|
||||
use Hyperf\Di\Annotation\Inject;
|
||||
use Hyperf\HttpServer\Contract\RequestInterface;
|
||||
|
||||
class BaseModel
|
||||
{
|
||||
#[Inject]
|
||||
protected RequestInterface $_request;
|
||||
}
|
Reference in New Issue
Block a user