From 83b90512648752142e26ea1f361a13443642aac1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 31 May 2024 09:37:02 +0200 Subject: [PATCH] remove example using not existing timezone property --- scheduler.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/scheduler.rst b/scheduler.rst index d23df3b3044..d31e91067bd 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -516,9 +516,6 @@ The ``#[AsPeriodicTask]`` attribute takes many parameters to customize the trigg } } - // defines the timezone to use - #[AsPeriodicTask(frequency: '1 day', timezone: 'Africa/Malabo')] - .. versionadded:: 6.4 The :class:`Symfony\\Component\\Scheduler\\Attribute\\AsPeriodicTask` attribute