更新文件
This commit is contained in:
9
app/model/Channel.php
Normal file
9
app/model/Channel.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class Channel extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user