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

Commit a9c4f8b

Browse files
committed
Typo in getting mapping files
1 parent 337977e commit a9c4f8b

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
@@ -57,7 +57,7 @@ protected function findMappingFiles($bundles)
5757
$resources = array();
5858
foreach ($bundles as $bundle) {
5959
foreach (array('xml', 'yml') as $extension) {
60-
if (file_exists($bundles->getPath().'/Resources/config/auto_routing.'.$extension)) {
60+
if (file_exists($bundle->getPath().'/Resources/config/auto_routing.'.$extension)) {
6161
$resources[] = $extension;
6262
}
6363
}

0 commit comments

Comments
 (0)