Skip to content

Commit 5176ccb

Browse files
committed
Set cron task names correctly, consistently
1 parent 6f54d93 commit 5176ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton/config/services.yml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
arguments:
9090
- '@config'
9191
calls:
92-
- [set_name, [{{ EXTENSION.vendor_name }}.{{ EXTENSION.extension_name }}.cron.task.sample]]
92+
- [set_name, [cron.task.{{ EXTENSION.vendor_name }}.{{ EXTENSION.extension_name }}.sample]]
9393
tags:
9494
- { name: cron.task }
9595

0 commit comments

Comments
 (0)