File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ CommandSchedulerBundle
8
8
9
9
This bundle will allow you to easily manage scheduling for Symfony's console commands (native or not) with cron expression.
10
10
11
- ** Version** : 1.2-dev
11
+ ** Version** : 1.2.3
12
12
** Compatibility** :
13
13
- ** Symfony 2.8** and ** 3.0**
14
14
- PHP 5.5, 5.6, 7.0
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ $ php bin/console doctrine:schema:update --em=[manager_name] --force
83
83
84
84
Now, you can use the bundle and manage your scheduling here : ** http://{your-app-root}/command-scheduler/list** and execute them with this new command
85
85
``` bash
86
- $ php bin/console scheduler:execute --dump
86
+ $ php bin/console scheduler:execute
87
87
```
88
88
89
89
See the [ Usage] ( #usage ) section to have more information
You can’t perform that action at this time.
0 commit comments