DZ
phone_verify
Size: a a a
DZ
ЕК
VY
R#
VY
IS
VY
IS
DZ
DZ
DZ
IS
ЕК
AH
public function verifyPhone($token, Carbon $now): void
{
if ($this->phone_verify_token_expire->lt($now)) {
throw new \DomainException('Token is expired.');
}
}
protected $casts = [
'phone_verified_token_expire' => 'datetime'
];
Call to a member function lt() on string
IS
VY
ЕК
AH
VY