We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077fa28 commit 314edcaCopy full SHA for 314edca
README.md
@@ -52,11 +52,11 @@ Include the bundle in your `bundles.php`:
52
```php
53
return [
54
// ...
55
- Wundii\DataMapperBundle\WundiiDataMapperBundle::class => ['all' => true],
+ Wundii\DataMapper\SymfonyBundle\DataMapperBundle::class => ['all' => true],
56
];
57
```
58
59
-Create a symfony configuration file `config/packages/data_mapper.yaml`:
+Create a Symfony configuration file `config/packages/data_mapper.yaml` with the command:
60
61
```bash
62
bin/console data-mapper:default-config
0 commit comments