R
Size: a a a
R
И
И
R
И
И
И
В
D
В
В
R#
IS
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
ЕК
ЕК
DZ
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
ЕК
DZ
ЕК