added 'aggregator' context for future compability ('group' context ist deprecated)
This commit is contained in:
parent
cde41e54c9
commit
83fc4a2c14
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Router {
|
|||
public static $controllerMapping = array(
|
||||
'channel' => 'Volkszaehler\Controller\ChannelController',
|
||||
'group' => 'Volkszaehler\Controller\AggregatorController',
|
||||
'group' => 'Volkszaehler\Controller\AggregatorController',
|
||||
'aggregator' => 'Volkszaehler\Controller\AggregatorController',
|
||||
'entity' => 'Volkszaehler\Controller\EntityController',
|
||||
'data' => 'Volkszaehler\Controller\DataController',
|
||||
'capabilities' => 'Volkszaehler\Controller\CapabilitiesController'
|
||||
|
|
Loading…
Add table
Reference in a new issue