mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Documents can be added/viewed/edited for an accompanyingCourse + menu entry added
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user