Save primary ID to exception.

main
Giò 2024-04-22 12:00:57 +02:00
parent 42e6613a29
commit 28f39d729f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Edomizil{
Exception::create([ Exception::create([
'exception' => 'geoLocation was different: '.$geoLocation, 'exception' => 'geoLocation was different: '.$geoLocation,
'entity_type' => 'property', 'entity_type' => 'property',
'entity_id' => $offer['id'] 'entity_id' => $property->id
]); ]);
} }
}else{ }else{