Parcourir la source

fill creator_id

visuddhinanda il y a 3 ans
Parent
commit
5a13796820
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Models/UserDict.php

+ 1 - 1
app/Models/UserDict.php

@@ -11,5 +11,5 @@ class UserDict extends Model
 	protected $casts = [
 	protected $casts = [
 		'id' => 'string'
 		'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'];
 }
 }