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

Commit 0960431

Browse files
committed
Do not use deprecated slugify option
1 parent d3adcd8 commit 0960431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Resources/app/config/routing_auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Resources\Document\Post:
88
conflict_resolver: [auto_increment, { }]
99
token_providers:
1010
blog_title: [content_method, { method: getBlogTitle } ]
11-
post_date: [content_datetime, { method: getDate, date_format: Y/m/d, slugify: false } ]
11+
post_date: [content_datetime, { method: getDate, date_format: Y/m/d } ]
1212
post_title: [content_method, { method: getTitle } ]
1313

1414
Symfony\Cmf\Bundle\RoutingAutoBundle\Tests\Resources\Document\Article:

0 commit comments

Comments
 (0)