File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ install the scheduler component:
27
27
28
28
$ composer require symfony/scheduler
29
29
30
- .. tip ::
30
+ .. note ::
31
31
32
- Starting in ` MakerBundle `_ `` v1.58.0 ``, you can run `` php bin/console make: schedule``
33
- to generate a basic schedule, that you can customize to create your own Scheduler .
32
+ The Symfony Scheduler Flex recipe creates an initial schedule that's ready
33
+ to start adding your tasks .
34
34
35
35
Symfony Scheduler Basics
36
36
------------------------
@@ -1007,7 +1007,6 @@ When using the ``RedispatchMessage``, Symfony will attach a
1007
1007
:class: `Symfony\\ Component\\ Scheduler\\ Messenger\\ ScheduledStamp ` to the message,
1008
1008
helping you identify those messages when needed.
1009
1009
1010
- .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
1011
1010
.. _`Deploying to Production` : https://symfony.com/doc/current/messenger.html#deploying-to-production
1012
1011
.. _`Memoizing` : https://en.wikipedia.org/wiki/Memoization
1013
1012
.. _`cron command-line utility` : https://en.wikipedia.org/wiki/Cron
You can’t perform that action at this time.
0 commit comments