logger = $logger; $this->publicController = $publicController; } public function __invoke() { $this->logger->info('HistoryTodayTask'); $this->publicController->addHistoryToday(); } }