Skip to content

Commit 3de1fd8

Browse files
committed
README.md
1 parent 3f2a809 commit 3de1fd8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Add to composer.json
1616
Add to AppKernel.php
1717

1818
public function registerBundles()
19-
{
20-
$bundles = array(
21-
...
22-
new Kronas\SmppClientBundle\KronasSmppClientBundle(),
23-
...
24-
);
19+
{
20+
$bundles = array(
21+
// ...
22+
new Kronas\SmppClientBundle\KronasSmppClientBundle(),
23+
);
24+
2525
return $bundles;
2626
}
2727

0 commit comments

Comments
 (0)