Przeglądaj źródła

fill creator_id

visuddhinanda 3 lat temu
rodzic
commit
5a13796820
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Models/UserDict.php

+ 1 - 1
app/Models/UserDict.php

@@ -11,5 +11,5 @@ class UserDict extends Model
 	protected $casts = [
 		'id' => 'string'
 	];
-	protected $fillable = ['id','word','type','grammar','parent','factors','source','create_time'];
+	protected $fillable = ['id','word','type','grammar','parent','factors','source','create_time','creator_id'];
 }