Skip to content

Commit

Permalink
Merge pull request #3274 from iml885203/master
Browse files Browse the repository at this point in the history
fix Adding cron jobs description is incorrect
  • Loading branch information
makowskid committed Sep 18, 2023
2 parents d9a8e1e + 963d8e6 commit 80be802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION/content/documentation/index.md
Expand Up @@ -1650,7 +1650,7 @@ Update the locale setting, default is `POSIX`
<a name="CronJobs"></a>
## Adding cron jobs

You can add your cron jobs to `workspace/crontab/root` after the `php artisan` line.
You can add your cron jobs to `workspace/crontab/laradock` after the `php artisan` line.

```
* * * * * laradock /usr/bin/php /var/www/artisan schedule:run >> /dev/null 2>&1
Expand Down

0 comments on commit 80be802

Please sign in to comment.