Skip to content

Commit 32bcb2f

Browse files
committed
Issue #110: update book tutorial
Signed-off-by: horea <[email protected]>
1 parent e31e348 commit 32bcb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v6/tutorials/create-book-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,8 @@ class ConfigProvider
723723
public function __invoke(): array
724724
{
725725
return [
726-
'dependencies' => $this->getDependencies(),
727-
'doctrine' => $this->getDoctrineConfig(),
726+
'dependencies' => $this->getDependencies(),
727+
'doctrine' => $this->getDoctrineConfig(),
728728
];
729729
}
730730

0 commit comments

Comments
 (0)