添加任务

This commit is contained in:
kuaifan
2021-06-03 00:34:58 +08:00
parent f8fa57ae78
commit 1c856c34f9
19 changed files with 587 additions and 262 deletions

View File

@@ -25,5 +25,8 @@ namespace App\Models;
*/
class ProjectTaskContent extends AbstractModel
{
protected $hidden = [
'created_at',
'updated_at',
];
}