fix: add missing closing brace to TerminalController::execute method
This commit is contained in:
@@ -122,6 +122,7 @@ class TerminalController
|
||||
'message' => 'Failed to execute command.',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
public function history(int $id): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user