change language id to uuid

This commit is contained in:
Milos Holba
2021-02-09 16:22:06 +01:00
parent a8457cf261
commit 29fce75d35
7 changed files with 121 additions and 20 deletions

View File

@@ -8,5 +8,7 @@ class LanguageString extends Model
{
public $timestamps = false;
protected $guarded = ['id'];
protected $fillable = ['value', 'language_id' ,'key', 'lang'];
}