mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-20 18:56:39 +08:00
移除插件管理数据库
This commit is contained in:
parent
5728976e9f
commit
d84aa8c11e
@ -1,15 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace app\model;
|
|
||||||
|
|
||||||
use app\BaseModel;
|
|
||||||
|
|
||||||
class Platform extends BaseModel
|
|
||||||
{
|
|
||||||
// use SoftDelete;
|
|
||||||
// protected $deleteTime = 'delete_time';
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user