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

Commit 90b44c7

Browse files
committed
Merge pull request #114 from symfony-cmf/changed_routing_filename
Renamed the default mapping name
2 parents 5b174d3 + 98fda31 commit 90b44c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CmfRoutingAutoExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function findMappingFiles($bundles)
6060
foreach ($bundles as $bundle) {
6161
$obj = new $bundle;
6262
foreach (array('xml', 'yml') as $extension) {
63-
$path = $obj->getPath().'/Resources/config/auto_routing.'.$extension;
63+
$path = $obj->getPath().'/Resources/config/cmf_routing_auto.'.$extension;
6464
if (file_exists($path)) {
6565
$resources[] = array('path' => $path, 'type' => null);
6666
}

0 commit comments

Comments
 (0)