Skip to content

Commit

Permalink
fix wrong classname (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker authored Oct 3, 2024
1 parent c345f32 commit f734f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/01_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Pimcore\Bundle\StudioUiBundle\PimcoreStudioUiBundle;
// ...
return [
// ...
StudioUiBundle::class => ['all' => true],
PimcoreStudioUiBundle::class => ['all' => true],
// ...
];
```
Expand Down

0 comments on commit f734f60

Please sign in to comment.