Skip to content

Commit

Permalink
[#1] fix controller identifier setup
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 8, 2013
1 parent 11b8e7a commit e3a91c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
),
'resources' => array(
'Phpbnl13StatusApi\StatusResourcePublicController' => array(
'identifiers' => array('Phpbnl13StatusApi\StatusResourceController'),
'identifier' => 'Phpbnl13StatusApi\StatusResourceController',
'listener' => 'Phpbnl13StatusApi\PersistenceListener',
'page_size' => 10,
'route_name' => 'phpbnl13_status_api/public',
'collection_name' => 'status',
'collection_http_options' => array('GET'),
),
'Phpbnl13StatusApi\StatusResourceUserController' => array(
'identifiers' => array('Phpbnl13StatusApi\StatusResourceController'),
'identifier' => 'Phpbnl13StatusApi\StatusResourceController',
'listener' => 'Phpbnl13StatusApi\PersistenceListener',
'page_size' => 10,
'route_name' => 'phpbnl13_status_api/user',
Expand Down

0 comments on commit e3a91c5

Please sign in to comment.