[Doc] Fixed typo

This commit is contained in:
Francis Besset 2011-08-09 14:48:56 +03:00
parent 07ef0a62f4
commit ea003a1224
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Add `BeSimpleSoapBundle` in your Kernel class
{ {
return array( return array(
// ... // ...
new new BeSimple\SoapBundle\BeSimpleSoapBundle(), new BeSimple\SoapBundle\BeSimpleSoapBundle(),
// ... // ...
); );
} }