$response = $this->code == $code;
if (!$response) {
$this->attempt = $this->attempt + 1;
$this->save();
}
return $response;
}
how is it, rightly?
I do not think so that save() method at scope is good idea
this is not a scope so it's ok
Обсуждают сегодня