From 892e5d2747309496654f09919c5ec7c83998776e Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Tue, 16 Jan 2024 21:36:42 +0100 Subject: [PATCH] Update scheduler.rst --- scheduler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler.rst b/scheduler.rst index 6f2c25f03a4..c2547319cb5 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -195,7 +195,7 @@ Custom Triggers ~~~~~~~~~~~~~~~ Custom triggers allow to configure any frequency dynamically. They are created -as services that implement :class:`Symfony\\Component\\Scheduler\\TriggerInterface`. +as services that implement :class:`Symfony\\Component\\Scheduler\\Trigger\\TriggerInterface`. For example, if you want to send customer reports daily except for holiday periods::