I tried to send a scheduled draft but it won't published.
I add crontab;
[* * * * * cd /var/www/html && php flarum schedule:run >> /dev/null 2>&1](https://)
I checked syslog and cron is working;
Feb 23 19:59:01 xxx.com CRON[1205008]: (root) CMD (cd /var/www/html && php flarum schedule:run >> /dev/null 2>&1)
and I enabled scheduled draft from fof/drafts admin panel.
is there anything I should do?