lucatacconi / crunz-ui

Natural graphical user interface for Crunz (Crunzphp/Crunz). Allows users to setup tasks natively written in PHP and schedule them configuringing date and time of start, intervals and conditions of init and execution.
MIT License
12 stars 0 forks source link

Deprecation Warning #11

Closed chinnaiyanvignesh closed 3 years ago

chinnaiyanvignesh commented 3 years ago

To Reproduce Steps to reproduce the behavior:

When we run a command : vendor/bin/crunz schedule:list, we are getting the error pasted below.

Expected behavior

 [Deprecation] Method 'everyTwelveHours' is deprecated since v2.3, use 'cron'
               method instead. File
               /var/www/html/crunz-ui/vendor/lavary/crunz/src/Event.php, line
               217

Screenshots image

lucatacconi commented 3 years ago

Thanks Chinnaiyanvignesh, we had already seen the notice on the library.

We are working on a global update of Crunz-ui which will be released in a couple of weeks. Please stay up to date and update Crunz-ui as soon as the new version is released.

However, I will update you as soon as the new version is released

chinnaiyanvignesh commented 3 years ago

Hi Lucatacconi,

Thanks for the update.