@@ -76,10 +76,10 @@ discard block |
||
76 | 76 | return $this->message; |
77 | 77 | } |
78 | 78 | public function getDateMessage(){ |
79 | - return $this->date_message; |
|
79 | + return $this->date_message; |
|
80 | 80 | } |
81 | 81 | public function getUrl(){ |
82 | - return $this->url; |
|
82 | + return $this->url; |
|
83 | 83 | } |
84 | 84 | public function getIdExpediteur() { |
85 | 85 | return $this->id_expediteur; |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | return $this->pseudo_receveur; |
95 | 95 | } |
96 | 96 | public function getValues(){ |
97 | - return ["messagerie" => $this->values]; |
|
97 | + return ["messagerie" => $this->values]; |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | /** |