mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Removing print
This commit is contained in:
parent
ab609a4ddb
commit
b1b258d76b
@ -98,7 +98,6 @@ class EventType extends AbstractType
|
||||
'choice_attr' => function ($circle) use ($userReachableCentersByCircleId) {
|
||||
$centersId = "";
|
||||
foreach ($userReachableCentersByCircleId[$circle->getId()] as $center) {
|
||||
print $center;
|
||||
$centersId = $centersId.($center->getId()).',';
|
||||
}
|
||||
$centersId = trim($centersId, ',');
|
||||
|
Loading…
x
Reference in New Issue
Block a user