Skip to content

Commit 314edca

Browse files
author
awu
committed
fix: correct namespace for DataMapperBundle in README.md
1 parent 077fa28 commit 314edca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Include the bundle in your `bundles.php`:
5252
```php
5353
return [
5454
// ...
55-
Wundii\DataMapperBundle\WundiiDataMapperBundle::class => ['all' => true],
55+
Wundii\DataMapper\SymfonyBundle\DataMapperBundle::class => ['all' => true],
5656
];
5757
```
5858

59-
Create a symfony configuration file `config/packages/data_mapper.yaml`:
59+
Create a Symfony configuration file `config/packages/data_mapper.yaml` with the command:
6060

6161
```bash
6262
bin/console data-mapper:default-config

0 commit comments

Comments
 (0)