evtOverwatch(); CLI::write('오버워치 실행 완료', 'green'); } catch (\Exception $e) { $this->showError($e); } //로그 기록 $data = [ 'type' => 'tasks', 'command' => $this->name ]; $logger = new LoggerService(); $logger->insertLog($data); } }