Skip to content
Snippets Groups Projects
Commit 472e147c authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

Fix syntax error

parent ad4d246d
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ class Form { ...@@ -39,7 +39,7 @@ class Form {
} }
public function getAlerts() { public function getAlerts() {
return '<p class="bg-danger">Code en cours d\'implémentation, l\'enregistrement n\'a pas été ajouté !</p>';' return '<p class="bg-danger">Code en cours d\'implémentation, l\'enregistrement n\'a pas été ajouté !</p>';
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment