mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
remove language_id column from language_strings table
This commit is contained in:
@@ -12,7 +12,7 @@ class LanguageString extends Model
|
||||
|
||||
public $incrementing = false;
|
||||
|
||||
protected $fillable = ['value', 'language_id' ,'key', 'lang'];
|
||||
protected $fillable = ['value' ,'key', 'lang'];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user