Skip to content

Commit 2efeb8e

Browse files
committed
formatting changes
1 parent dc41f1b commit 2efeb8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/Prospect/Http/Controllers/ProspectController.php

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public function update(Request $request, Prospect $prospect)
113113
'client_id' => $prospect->client_id,
114114
'status' => 'active',
115115
'total_estimated_hours' => $totalEstimatedHours ?? null,
116-
117116
];
118117

119118
return redirect()->route('project.create')->with('projectData', $projectData);

0 commit comments

Comments
 (0)