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

try

parent 2c198917
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
class Espece extends Objet
{
protected $_primaryAttr = "nom";
public $_primaryAttr = "nom";
protected $nom;
protected $prix_consultation;
......
......@@ -2,7 +2,7 @@
class Race extends Objet
{
protected $_primaryAttr = "nom";
public $_primaryAttr = "nom";
protected $nom;
protected $espece;
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