Skip to content
Snippets Groups Projects
Commit e58b12cd authored by clement's avatar clement
Browse files

c

parent f8e7eda3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ class Personne extends Objet ...@@ -37,7 +37,7 @@ class Personne extends Objet
} }
public function str() { public function str() {
return $this->prenom.$this->nom; return $this->prenom." ".$this->nom;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment