优化install安装流程
This commit is contained in:
@@ -4,6 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use app\common\model\traits\TimestampInteger;
|
||||
use support\think\Model;
|
||||
|
||||
/**
|
||||
@@ -11,6 +12,8 @@ use support\think\Model;
|
||||
*/
|
||||
class Config extends Model
|
||||
{
|
||||
use TimestampInteger;
|
||||
|
||||
public static string $cacheTag = 'sys_config';
|
||||
|
||||
protected string $table = 'config';
|
||||
|
||||
Reference in New Issue
Block a user