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

Commit 4586e44

Browse files
committed
Merge branch 'hotfix/doc-example' into develop
Fixed error in a doc example.
2 parents 588f18a + c606797 commit 4586e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/migration/to-v2-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class YourControllerFactory
158158
{
159159
public function __invoke(ContainerInterface $container)
160160
{
161-
return new YourController($this->get('Db\ApplicationAdapter'));
161+
return new YourController($container->get('Db\ApplicationAdapter'));
162162
}
163163
}
164164
```

0 commit comments

Comments
 (0)