@@ -81,7 +81,7 @@ |
||
| 81 | 81 | ]; |
| 82 | 82 | |
| 83 | 83 | if ($zone->getType() === ZoneInterface::TYPE_ZONE) { |
| 84 | - $entryOptions['entry_options']['choice_filter'] = function(ZoneInterface $subZone) use ($zone){ |
|
| 84 | + $entryOptions['entry_options']['choice_filter'] = function(ZoneInterface $subZone) use ($zone) { |
|
| 85 | 85 | return $zone->getId() !== $subZone->getId(); |
| 86 | 86 | }; |
| 87 | 87 | } |