La Bureautrique

This commit is contained in:
Boris 2022-10-30 22:12:18 +01:00
parent 17a47dafa1
commit 634aca09ae
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class GchangeRecord {
public function __construct ($gchangeObject) {
$this->title = $gchangeObject->_id;
$this->gchangeId = $gchangeObject->_id;
$this->type = $gchangeObject->_source->type;