Skip to content

Commit

Permalink
Update webapp/src/Entity/Visualization.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Oct 18, 2024
1 parent de746eb commit 70ee0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Entity/Visualization.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function setJudgehost(Judgehost $judgehost): Visualization
return $this;
}

public function getTestcase(): Judgehost
public function getTestcase(): Testcase
{
return $this->testcase;
}
Expand Down

0 comments on commit 70ee0e4

Please sign in to comment.