diff options
Diffstat (limited to 'src/model/Prestations.php')
-rw-r--r-- | src/model/Prestations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Prestations.php b/src/model/Prestations.php index 88eb4f0..1666018 100644 --- a/src/model/Prestations.php +++ b/src/model/Prestations.php | |||
@@ -135,7 +135,7 @@ class Prestations extends Model | |||
135 | } | 135 | } |
136 | public function setCommentaires(string $value) | 136 | public function setCommentaires(string $value) |
137 | { | 137 | { |
138 | $this->commentaires = $this->cleanSpecialChars($value); // possibilité que $this->commentaires devienne une chaine vide | 138 | $this->commentaires = $this->cleanSpecialChars($value); // nettoyage ici parce que pas possible ailleurs |
139 | return $this; | 139 | return $this; |
140 | } | 140 | } |
141 | public function setNumeroPresta($value) | 141 | public function setNumeroPresta($value) |