Skip to content

Commit

Permalink
Update 01_Installation.md
Browse files Browse the repository at this point in the history
Fixed class name
  • Loading branch information
ibousfiha authored Jan 24, 2024
1 parent edae75c commit 3c53ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/01_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Pimcore\Bundle\StudioApiBundle\PimcoreStudioApiBundle;
// ...
return [
// ...
StudioApiBundle::class => ['all' => true],
PimcoreStudioApiBundle::class => ['all' => true],
// ...
];
```
Expand All @@ -31,4 +31,4 @@ return [

```bash
bin/console pimcore:bundle:install PimcoreStudioApiBundle
```
```

0 comments on commit 3c53ee1

Please sign in to comment.