fix: add missing closing brace to TerminalController::execute method

This commit is contained in:
2026-06-14 09:05:13 -04:00
parent 12ad0e0510
commit 5c802f9c1e

View File

@@ -122,6 +122,7 @@ class TerminalController
'message' => 'Failed to execute command.',
]);
}
}
public function history(int $id): void
{