Skip to content

Commit a2419bf

Browse files
committed
fix references
1 parent bc54c13 commit a2419bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scheduler.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ be used. Also, by default, the ``__invoke`` method of your service will be calle
435435
but, it's also possible to specify the method to call via the ``method``option
436436
and you can define arguments via ``arguments``option if necessary.
437437
438-
.. scheduler-attributes-cron-task::
438+
.. _scheduler-attributes-cron-task::
439439
440440
``AsCronTask`` Example
441441
......................
@@ -472,7 +472,7 @@ The attribute takes more parameters to customize the trigger::
472472
The :class:`Symfony\\Component\\Scheduler\\Attribute\\AsCronTask` attribute
473473
was introduced in Symfony 6.4.
474474

475-
.. scheduler-attributes-periodic-task::
475+
.. _scheduler-attributes-periodic-task::
476476

477477
``AsPeriodicTask`` Example
478478
..........................

0 commit comments

Comments
 (0)