-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
GdprSubscriber.php:188
- It is onInsert subscriber, in this context we don't have entity id yet.
- entity id it integer value, $this->encryptData wait string.
Order.php:154, App\Entity\Order->getId()
GdprSubscriber.php:188, SpecShaper\GdprBundle\Subscribers\GdprSubscriber->onInsert()
GdprSubscriber.php:152, SpecShaper\GdprBundle\Subscribers\GdprSubscriber->onFlush()
ContainerAwareEventManager.php:63, Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent()
UnitOfWork.php:3733, Doctrine\ORM\UnitOfWork->dispatchOnFlushEvent()
UnitOfWork.php:424, Doctrine\ORM\UnitOfWork->commit()
EntityManager.php:403, Doctrine\ORM\EntityManager->flush()
OrderRepository.php:94, App\Repository\OrderRepository->save()
ApiController.php:70, App\Controller\ApiController->orderSetup()
HttpKernel.php:181, Symfony\Component\HttpKernel\HttpKernel->handleRaw()
HttpKernel.php:76, Symfony\Component\HttpKernel\HttpKernel->handle()
Kernel.php:197, Symfony\Component\HttpKernel\Kernel->handle()
index.php:29, {main}()