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

c

parent 3054c823
No related branches found
No related tags found
No related merge requests found
...@@ -50,4 +50,8 @@ class Race extends Objet ...@@ -50,4 +50,8 @@ class Race extends Objet
{ {
$this->prix_intervention = $prix_intervention; $this->prix_intervention = $prix_intervention;
} }
public function str() {
return $this->nom;
}
} }
\ 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