humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
519 stars 46 forks source link

Use global namespace for WP_CLI #45

Closed jasonheecs closed 7 years ago

jasonheecs commented 7 years ago

Seems like running wp cavalcade causes an error due to using HM\Cavalcade\Plugin\WP_CLI.

rmccue commented 7 years ago

Good catch, thanks! Can you change this to a use WP_CLI at the start of the file please? (with a blank line after namespace, and another blank like after the use)