visuddhinanda 3 лет назад
Родитель
Сommit
da09139d44
2 измененных файлов с 3 добавлено и 0 удалено
  1. 2 0
      app/Models/NissayaEnding.php
  2. 1 0
      app/Models/Relation.php

+ 2 - 0
app/Models/NissayaEnding.php

@@ -11,4 +11,6 @@ class NissayaEnding extends Model
     protected $casts = [
         'id' => 'string'
     ];
+	protected $fillable = ['id','ending','lang','relation'];
+
 }

+ 1 - 0
app/Models/Relation.php

@@ -12,5 +12,6 @@ class Relation extends Model
     protected $casts = [
         'id' => 'string'
     ];
+	protected $fillable = ['id','name','case','to'];
 
 }