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

c

parent 40760d9e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
class Espece extends Objet class Espece extends Objet
{ {
protected $id protected $id;
protected $nom; protected $nom;
protected $prix_consultation; protected $prix_consultation;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
class Race extends Objet class Race extends Objet
{ {
protected $id protected $id;
protected $nom; protected $nom;
protected $espece; protected $espece;
protected $prix_intervention; protected $prix_intervention;
......
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