seven 1 неделя назад
Родитель
Сommit
34087311d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Models/Keyboard.php

+ 1 - 1
app/Models/Keyboard.php

@@ -20,7 +20,7 @@ class Keyboard extends Authenticatable
     use HasApiTokens, Notifiable;
     protected $table = 'keyboard';
     protected $hidden = ['created_at', 'updated_at'];
-    protected $fillable = ['button', 'reply', 'id' ,'buttons' ,'image'];
+    protected $fillable = ['button', 'reply', 'id' ,'buttons' ,'image','language','explain'];
     // protected $appends = ['menus_ids', 'menus_uris'];
 
     protected function getCreatedAtAttribute($value)