automation(); //로그 기록 $data = [ 'type' => 'tasks', 'command' => $this->name ]; $logger = new LoggerService(); $logger->insertLog($data); } }