perf: 支持查看任务描述修改历史

This commit is contained in:
Pang
2024-04-22 09:13:55 +08:00
parent bd61b8c948
commit dbdb805269
11 changed files with 442 additions and 11 deletions

View File

@@ -34,7 +34,6 @@ use App\Exceptions\ApiException;
class ProjectTaskContent extends AbstractModel
{
protected $hidden = [
'created_at',
'updated_at',
];