mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
adapt elements to new interface definition
This commit is contained in:
@@ -125,9 +125,9 @@ class NationalityAggregator implements AggregatorInterface
|
||||
return array('nationality_aggregator');
|
||||
}
|
||||
|
||||
public function requiredRole()
|
||||
public function addRole()
|
||||
{
|
||||
return new Role(PersonVoter::STATS);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
public function getLabels($key, array $values, $data)
|
||||
|
Reference in New Issue
Block a user