mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 09:12:14 +00:00
change language id to uuid
This commit is contained in:
@@ -8,5 +8,7 @@ class LanguageString extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
|
||||
protected $guarded = ['id'];
|
||||
protected $fillable = ['value', 'language_id' ,'key', 'lang'];
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user