mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 02:10:39 +00:00
remove id from language_strings table
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ class Language extends Model
|
||||
|
||||
protected static function booted()
|
||||
{
|
||||
static::creating(function($language) {
|
||||
$language->id = Str::uuid();
|
||||
static::creating(function($model) {
|
||||
$model->id = Str::uuid();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user