fix/policy-container-width #91

Merged
rafaga21 merged 6 commits from fix/policy-container-width into master 2026-06-14 09:19:34 -04:00
Showing only changes of commit 7233c224ce - Show all commits

View File

@@ -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'),
]);
}