Skip to content

Commit

Permalink
Merge pull request #1409 from bakaphp/analysis-mabYRY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
FredPeal committed May 30, 2024
2 parents e21e431 + d83f3e3 commit 5469524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function sendMails(Collection $peoples, string $template, string $baseUrl
{
foreach ($peoples as $people) {
$email = $people->emails()->first();
$url = $baseUrl. '/' . '?email=' . $email->value . '&paid=false';
$url = $baseUrl . '/' . '?email=' . $email->value . '&paid=false';
$notification = new Blank(
$template,
['membershipUpgradeUrl' => $url, 'app' => $this->app],
Expand Down

0 comments on commit 5469524

Please sign in to comment.