Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Sep 22, 2016
1 parent a7256b0 commit 0de73f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $app = new App();
$container = $app->getContainer();

// Register every manager in the container
foreach ($managerBuilder->getManagers as $name => $manager) {
foreach ($managerBuilder->getManagers() as $name => $manager) {
$container[$name] = $manager;
}

Expand Down

0 comments on commit 0de73f1

Please sign in to comment.