diff --git a/src/Bundle/ChillEventBundle/Entity/EventType.php b/src/Bundle/ChillEventBundle/Entity/EventType.php index 823a05334..dda7be4db 100644 --- a/src/Bundle/ChillEventBundle/Entity/EventType.php +++ b/src/Bundle/ChillEventBundle/Entity/EventType.php @@ -160,7 +160,7 @@ class EventType $this->roles->removeElement($role); } - public function getRoles(): array + public function getRoles() { return $this->roles; }