Save primary ID to exception.
parent
42e6613a29
commit
28f39d729f
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue