diff --git a/doc/01_Installation.md b/doc/01_Installation.md index ad670aaa6..27dcbcb9f 100644 --- a/doc/01_Installation.md +++ b/doc/01_Installation.md @@ -22,7 +22,7 @@ use Pimcore\Bundle\StudioApiBundle\PimcoreStudioApiBundle; // ... return [ // ... - StudioApiBundle::class => ['all' => true], + PimcoreStudioApiBundle::class => ['all' => true], // ... ]; ``` @@ -31,4 +31,4 @@ return [ ```bash bin/console pimcore:bundle:install PimcoreStudioApiBundle -``` \ No newline at end of file +```