oroinc / orocommerce

Main OroCommerce package with core functionality.
http:///www.orocommerce.com/
Other
193 stars 84 forks source link

Add cron namespace to the SearchTermReport command #170

Open jankulma opened 7 months ago

jankulma commented 7 months ago

Currently the command isnt being executed with other cron commands. As per docs it should have "oro:cron" namespace:

https://doc.oroinc.com/backend/cron/

A scheduled command in OroPlatform is a regular Symfony console command that implements additional CronCommandScheduleDefinitionInterface and has the oro:cron namespace.