Skip to content

Commit

Permalink
fix: setter for school crud
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Apr 11, 2024
1 parent f426a7b commit 6e9e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Admin/Data/SchoolCrudData.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public function setEmailMessage(?string $message)

public function setEmailSubject(?string $subject)
{
$this->emailMessage = $subject ?? 'Compte premium Grafikart.fr';
$this->emailSubject = $subject ?? 'Compte premium Grafikart.fr';
}
}

0 comments on commit 6e9e963

Please sign in to comment.