Skip to content

Commit 7a252ba

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix references (really) fix references remove trailing whitespace
2 parents 5ce9143 + 989f81f commit 7a252ba

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
@@ -417,7 +417,7 @@ be used. Also, by default, the ``__invoke`` method of your service will be calle
417417
but, it's also possible to specify the method to call via the ``method``option
418418
and you can define arguments via ``arguments``option if necessary.
419419
420-
.. scheduler-attributes-cron-task::
420+
.. _scheduler-attributes-cron-task:
421421
422422
``AsCronTask`` Example
423423
......................
@@ -449,7 +449,7 @@ The attribute takes more parameters to customize the trigger::
449449
// defines the timezone to use
450450
#[AsCronTask('0 0 * * *', timezone: 'Africa/Malabo')]
451451

452-
.. scheduler-attributes-periodic-task::
452+
.. _scheduler-attributes-periodic-task:
453453

454454
``AsPeriodicTask`` Example
455455
..........................

0 commit comments

Comments
 (0)