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

Commit 451f533

Browse files
committed
Renamed alias "from_object_method" to "content_method"
1 parent 55574f8 commit 451f533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/path_provider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
scope="prototype"
2727
>
2828
<argument type="service" id="symfony_cmf_routing_auto.slugifier"/>
29-
<tag name="symfony_cmf_routing_auto.provider" alias="from_object_method"/>
29+
<tag name="symfony_cmf_routing_auto.provider" alias="content_method"/>
3030
</service>
3131
</services>
3232
</container>

Tests/Functional/app/config/routingautoroute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ symfony_cmf_routing_auto:
2020

2121
content_name:
2222
provider:
23-
name: from_object_method
23+
name: content_method
2424
method: getTitle
2525
exists_action:
2626
strategy: auto_increment

0 commit comments

Comments
 (0)