table('unites'); $this->displayField('id'); $this->primaryKey('id'); $this->hasMany('Suivis', [ 'foreignKey' => 'unite_id' ]); } }