Skip to content

Commit e05ad32

Browse files
authored
Merge pull request #134 from iMattPro/fixes
Adjust cron task naming scheme
2 parents 6f54d93 + 5176ccb commit e05ad32

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)