Explorar o código

fill creator_id

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
5a13796820
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];
 }