mustRun(); $output = $result->getOutput(); return ""; } catch (ProcessFailedException $exception) { return response()->json(['status' => 'Failed to execute Git pull command'], 500); } });