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