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