daycry / cronjob

- Manage Cron jobs in Codeigniter 4
MIT License
64 stars 20 forks source link

Call to undefined function Daycry\CronJob\Commands\setting() #26

Closed andrewice77 closed 8 months ago

andrewice77 commented 8 months ago

I'm trying to run the "cronjob:run" command but I'm getting this error. The helper is probably not being called correctly. Is anyone else having the same problem?

daycry commented 8 months ago

Try to update v2.2.20

andrewice77 commented 8 months ago

Thank you!