Skip to content

Commit 73756e4

Browse files
committed
config key update
1 parent e65e94a commit 73756e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ConfigProvider
2222
public function __invoke()
2323
{
2424
return [
25-
'dk_controller' => [
25+
'dot_controller' => [
2626
'plugin_manager' => []
2727
],
2828

src/Factory/PluginManagerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PluginManagerFactory
2828
*/
2929
public function __invoke(ContainerInterface $container)
3030
{
31-
$pluginManager = new PluginManager($container, $container->get('config')['dk_controller']['plugin_manager']);
31+
$pluginManager = new PluginManager($container, $container->get('config')['dot_controller']['plugin_manager']);
3232

3333
//register the built in plugins, if the required component is present
3434
if ($container->has(UrlHelper::class)) {

0 commit comments

Comments
 (0)