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

Commit 286fa03

Browse files
committed
Merge branch 'hotfix/160'
Close #160 Fixes #108
2 parents f7242f7 + a5b60ce commit 286fa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ class Module
632632
$jsonStrategy = $locator->get('ViewJsonStrategy');
633633

634634
// Attach strategy, which is a listener aggregate, at high priority
635-
$view->getEventManager()->attach($jsonStrategy, 100);
635+
$jsonStrategy->attach($view->getEventManager(), 100);
636636
}
637637
}
638638
```

0 commit comments

Comments
 (0)