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

Commit 0867490

Browse files
reyostallenbergniels-nijens
authored andcommitted
Fix bundle registration documentation in readme (#40)
1 parent 596edbc commit 0867490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function registerBundles()
2121
{
2222
$bundles = array(
2323
// ...
24-
new FlexModel\FlexModelBundle(),
24+
new FlexModel\FlexModelBundle\FlexModelBundle(),
2525
// ...
2626
);
2727
}

0 commit comments

Comments
 (0)