Skip to content
Snippets Groups Projects
Commit 231f07ff authored by goujonpa's avatar goujonpa
Browse files

ta race

parent 3373793d
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ class Race extends Objet
}
public function str() {
return $this->nom;
$tostr = $this->nom.' '.$this->espece;
return $tostr;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment