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