Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ by adding one of these attributes to a service or a command:
:class:`Symfony\\Component\\Scheduler\\Attribute\\AsCronTask`.

For both of these attributes, you have the ability to define the schedule to
use via the ``schedule``option. By default, the ``default`` named schedule will
use via the ``schedule`` option. By default, the ``default`` named schedule will
be used. Also, by default, the ``__invoke`` method of your service will be called
but, it's also possible to specify the method to call via the ``method``option
and you can define arguments via ``arguments``option if necessary.
but, it's also possible to specify the method to call via the ``method`` option
and you can define arguments via ``arguments`` option if necessary.

.. _scheduler-attributes-cron-task:

Expand Down