Save primary ID to exception.
parent
42e6613a29
commit
28f39d729f
|
@ -79,7 +79,7 @@ class Edomizil{
|
|||
Exception::create([
|
||||
'exception' => 'geoLocation was different: '.$geoLocation,
|
||||
'entity_type' => 'property',
|
||||
'entity_id' => $offer['id']
|
||||
'entity_id' => $property->id
|
||||
]);
|
||||
}
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue