You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ $crontabRepository = new CrontabRepository($crontabAdapter);
104
104
```
105
105
Note the second parameter `true` of the CrontabAdapter constructor call. This boolean tell the CrontabAdapter to use 'sudo' internally to read/write the crontab.
106
106
107
-
### Enable or Disable a cronjob
107
+
### Enable or disable a cron job
108
108
You can enable or disable your cron jobs by setting the "enabled" attribute of a CronJob object accordingly :
0 commit comments