Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'patch-1' of https://github.com/mishak87/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 10, 2012
2 parents 6a59fe7 + 5554c8b commit 8312aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharedEventManager.php
Expand Up @@ -53,7 +53,7 @@ class SharedEventManager implements SharedEventManagerInterface
* <code>
* SharedEventManager::getInstance()->connect(
* array('My\Resource\AbstractResource', 'My\Resource\EntityResource'),
* 'getOne',
* 'getAll',
* function ($e) use ($cache) {
* if (!$id = $e->getParam('id', false)) {
* return;
Expand Down

0 comments on commit 8312aef

Please sign in to comment.