调整数据库表的单复数
This commit is contained in:
@@ -10,7 +10,7 @@ class Config extends Model
|
||||
{
|
||||
use ModelTrait, SoftDeletes;
|
||||
|
||||
protected $table = 'system_configs';
|
||||
protected $table = 'system_setting';
|
||||
|
||||
protected $fillable = [
|
||||
'group',
|
||||
|
||||
Reference in New Issue
Block a user