Documents can be added/viewed/edited for an accompanyingCourse + menu entry added

This commit is contained in:
2021-09-14 15:44:06 +02:00
parent 88c192c22e
commit 2e5c2de363
11 changed files with 142 additions and 92 deletions

View File

@@ -16,12 +16,7 @@ class AccompanyingCourseDocument extends Document
* @ORM\ManyToOne(targetEntity=AccompanyingPeriod::class)
* @ORM\JoinColumn(nullable=false)
*/
private $course;
public function getId(): ?int
{
return $this->id;
}
private ?AccompanyingPeriod $course = null;
public function getCourse(): ?AccompanyingPeriod
{