From f734f60e6da057e0f52d9203a82b6de7fb45032b Mon Sep 17 00:00:00 2001 From: Bram Gerritsen Date: Thu, 3 Oct 2024 14:34:30 +0200 Subject: [PATCH] fix wrong classname (#538) --- doc/01_Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01_Installation.md b/doc/01_Installation.md index 4ba1a8efc..4063be182 100644 --- a/doc/01_Installation.md +++ b/doc/01_Installation.md @@ -22,7 +22,7 @@ use Pimcore\Bundle\StudioUiBundle\PimcoreStudioUiBundle; // ... return [ // ... - StudioUiBundle::class => ['all' => true], + PimcoreStudioUiBundle::class => ['all' => true], // ... ]; ```