From b64667b9a563543f9fb53be9a696236aae2ae8f6 Mon Sep 17 00:00:00 2001 From: Szymon Kostrubiec Date: Tue, 4 Jun 2024 11:59:54 +0200 Subject: [PATCH] OP-278 - Add CmsPlugin to bundles --- tests/Application/config/bundles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Application/config/bundles.php b/tests/Application/config/bundles.php index 3aff101ad..48ddcbe01 100644 --- a/tests/Application/config/bundles.php +++ b/tests/Application/config/bundles.php @@ -61,4 +61,5 @@ League\FlysystemBundle\FlysystemBundle::class => ['all' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], + BitBag\SyliusCmsPlugin\BitBagSyliusCmsPlugin::class => ['all' => true], ];