📅  最后修改于: 2022-03-11 14:54:34.131000             🧑  作者: Mango
I already fixed it. In my model history I add withtrashed.
public function history()
{
return $this->hasMany(History::class)->withTrashed();
}