* SPDX-License-Identifier: MIT */ namespace OC\Core\Command\Background; class Cron extends Base { protected function getMode(): string { return 'cron'; } }