Skip to content

Commit 04c12b2

Browse files
committed
Fixed configuration name
1 parent 8d75d9c commit 04c12b2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DependencyInjection/CmfRoutingExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function loadOrmProvider($config, XmlFileLoader $loader, ContainerBuilder
197197
{
198198
$container->setParameter($this->getAlias() . '.dynamic.persistence.orm.manager_name', $config['manager_name']);
199199
$container->setParameter($this->getAlias() . '.backend_type_orm', true);
200-
$loader->load('provider_orm.xml');
200+
$loader->load('provider-orm.xml');
201201
}
202202

203203
/**
File renamed without changes.

0 commit comments

Comments
 (0)