Closed guilhermednt closed 7 years ago
The SentVerificationRepository::getLastVerificationSent() method was not working properly due to a wrong serialization of the PhoneNumber object.
SentVerificationRepository::getLastVerificationSent()
PhoneNumber
Fixed PROCERGS#683 by specifying the type.
The
SentVerificationRepository::getLastVerificationSent()
method was not working properly due to a wrong serialization of thePhoneNumber
object.Fixed PROCERGS#683 by specifying the type.