mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Remove setId methods
This commit is contained in:
@@ -66,10 +66,4 @@ class AccompanyingCourseDocument extends Document implements HasScopesInterface,
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setId($id): self
|
||||
{
|
||||
$this->id = $id;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user