Skip to content

Commit cece91a

Browse files
committed
Merge pull request #45 from thomasbeaujean/patch-1
Add missing Parentheses in the documentation
2 parents e198fac + cc0c4c4 commit cece91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function registerBundles()
1818
{
1919
$bundles = array(
2020
// ...
21-
new Infinite\FormBundle\InfiniteFormBundle,
21+
new Infinite\FormBundle\InfiniteFormBundle(),
2222
);
2323
}
2424
```

0 commit comments

Comments
 (0)