init
This commit is contained in:
12
app/admin/model/Report.php
Executable file
12
app/admin/model/Report.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use think\Model;
|
||||
use think\Request;
|
||||
use think\Config;
|
||||
|
||||
class Report extends Model {
|
||||
use \app\common\traits\AdminModel;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user