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

Commit c1d71ef

Browse files
committed
Merge pull request #138 from amenophis/master
Typo fix
2 parents dffaec7 + b9ec876 commit c1d71ef

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
@@ -61,7 +61,7 @@ public function load(array $configs, ContainerBuilder $container)
6161

6262
if (!$hasProvider) {
6363
throw new InvalidConfigurationException(
64-
'The RoutingAUtoBundle requires that you enable one of the persistence layers in your application configuration. ' .
64+
'The RoutingAutoBundle requires that you enable one of the persistence layers in your application configuration. ' .
6565
'See the documentation for more information'
6666
);
6767
}

0 commit comments

Comments
 (0)