setInterval(15 * 60); } /** * Makes the background job do its work * * @param array $argument unused argument * @throws \Exception */ public function run($argument) { $this->manager->cleanup(); } }