MCNElasticSearch icon indicating copy to clipboard operation
MCNElasticSearch copied to clipboard

Update README.md

Open ghost opened this issue 10 years ago • 1 comments

On the step 3 you should especify the full path of the ListenerAggregateInterface, like this:

use Zend\EventManager\ListenerAggregateInterface; class CompanyResource implements ListenerAggregateInterface

or this:

class CompanyResource implements \Zend\EventManager\ListenerAggregateInterface

ghost avatar Jan 23 '15 13:01 ghost

That was really helpful! Thank you

muriloacs avatar Jan 23 '15 13:01 muriloacs