Closed nuryagdym closed 5 months ago
added additional data into dispatched events to get rid of use statements for event listeners. Ex:
$eventDispatcher->addListener(Before3DFormHashCalculatedEvent::class, function (Before3DFormHashCalculatedEvent $event) use ($pos): void { // .... }
also PosNet - fix 3d_all data is not available in response.
added additional data into dispatched events to get rid of use statements for event listeners. Ex:
also PosNet - fix 3d_all data is not available in response.