table('fournisseurs'); $this->displayField('id'); $this->primaryKey('id'); $this->hasMany('Materiels', [ 'foreignKey' => 'fournisseur_id' ]); } }