Skip to content

Commit 750a3bd

Browse files
committed
formatting fixes for spaces
1 parent f2e420f commit 750a3bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/Project/Emails/EffortsheetSetupMail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function build()
4040
->with([
4141
'project' => $this->project,
4242
]);
43-
43+
4444
return $mail;
4545
}
4646
}

Modules/Prospect/Http/Controllers/ProspectController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function update(Request $request, Prospect $prospect)
115115
'total_estimated_hours' => $totalEstimatedHours ?? null,
116116

117117
];
118-
118+
119119
return redirect()->route('project.create')->with('projectData', $projectData);
120120
}
121121

@@ -150,7 +150,7 @@ public function getTotalEstimatedHoursForProject($prospectData)
150150
{
151151
$projectBudget = $prospectData->budget;
152152
$clientServiceRates = Client::find($prospectData->client_id)->billingDetails->service_rates;
153-
153+
154154
return $projectBudget / $clientServiceRates;
155155
}
156156
}

0 commit comments

Comments
 (0)