no message

This commit is contained in:
kuaifan
2022-07-08 22:55:52 +08:00
parent c3f7ea8ac7
commit bd6f6a7106
3 changed files with 5 additions and 4 deletions

View File

@@ -864,6 +864,7 @@ class ProjectController extends AbstractController
*/
public function task__lists()
{
Base::checkClientVersion('0.19.0');
User::auth();
//
$builder = ProjectTask::with(['taskUser', 'taskTag']);