When adding a website and installing WordPress, Enhance automatically adds a cron job at a random minute with an hourly interval and enables DISABLE_WP_CRON in the wp-config.php. Good.
When adding a website using Duplicator or a manual setup without installing WordPress first, Enhance does not install the crontab entry but still enables DISABLE_WP_CRON in the wp-config.php. Having to add the cron job manually is cumbersome.
This could be improved by adding a switch on the application screen.
This switch could be used to add or remove the cron job from the crontab.
Alternatively, add a button to add the default WP-CLI cron command to the crontab:
wp cron event run --due-now --path=public_html