调整数据库表的单复数
This commit is contained in:
@@ -9,7 +9,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
class DictionaryItem extends Model
|
||||
{
|
||||
use ModelTrait;
|
||||
protected $table = 'system_dictionary_items';
|
||||
protected $table = 'system_dictionary_item';
|
||||
|
||||
protected $fillable = [
|
||||
'dictionary_id',
|
||||
|
||||
Reference in New Issue
Block a user