mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
remove id from language_strings table
This commit is contained in:
@@ -8,7 +8,9 @@ class LanguageString extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
|
||||
// public $incrementing = false;
|
||||
public $primaryKey = null;
|
||||
|
||||
public $incrementing = false;
|
||||
|
||||
protected $fillable = ['value', 'language_id' ,'key', 'lang'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user