Skip to content

Commit

Permalink
Merge pull request #431 from chm0815/5.0
Browse files Browse the repository at this point in the history
Update README.md - correct class name in bundles.php
  • Loading branch information
dpfaffenbauer authored Jan 24, 2025
2 parents 05d1d14 + ba1237e commit 617e1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ as often you like. Everything within Data Definitions is extendable.
## Requirements
* Pimcore 11


## Getting started
```bash
# Install via composer
Expand All @@ -21,7 +22,7 @@ composer require instride/data-definitions
// Add to config/bundles.php
return [
// ...
Instride\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true],
\Instride\Bundle\DataDefinitionsBundle\DataDefinitionsBundle::class => ['all' => true]
];
```

Expand Down

0 comments on commit 617e1a8

Please sign in to comment.