diff --git a/src/Models/CommandHistory.php b/src/Models/CommandHistory.php index 2f1c610..c2af2ad 100755 --- a/src/Models/CommandHistory.php +++ b/src/Models/CommandHistory.php @@ -23,6 +23,7 @@ class CommandHistory 'command' => $command, 'output' => mb_substr($output ?? '', 0, 65535), 'exit_status' => $exitStatus, + 'status' => 'active', 'executed_at' => date('Y-m-d H:i:s'), ]); }