Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 55e0ef2

Browse files
committed
fix typo in error message about burgov/key-value-form-bundle
1 parent 0b66c71 commit 55e0ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CmfMenuExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function loadExtensions($config, XmlFileLoader $loader, ContainerBuilder
135135
}
136136

137137
if ($config['admin_extensions']['menu_options']['advanced'] && !isset($bundles['BurgovKeyValueFormBundle'])) {
138-
throw new InvalidConfigurationException('To use advanced menu options, you need the burgov/key-value-bundle in your project.');
138+
throw new InvalidConfigurationException('To use advanced menu options, you need the burgov/key-value-form-bundle in your project.');
139139
}
140140

141141
$container->setParameter($this->getAlias() . '.admin_extensions.menu_options.advanced', $config['admin_extensions']['menu_options']['advanced']);

0 commit comments

Comments
 (0)