This commit is contained in:
2023-03-27 17:44:47 +08:00
parent e1a6606169
commit e847874ecd
8 changed files with 187 additions and 20 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class LogMessagePush extends Model
/**
* The attributes that are mass assignable.
*/
protected array $fillable = ['log_id', 'to_user_id', 'user_type', 'type', 'status', 'fail_reason', 'send_reason', 'content', 'created_at', 'updated_at'];
protected array $fillable = ['log_id', 'to_user_id', 'user_type', 'type', 'status', 'fail_reason', 'content', 'created_at', 'updated_at'];
protected string $primaryKey = "log_id";