Fix for spam checker
This commit is contained in:
parent
e058c93b36
commit
cd5b084187
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class AccountRepository
|
|||
{
|
||||
$ip = Request::getClientIp();
|
||||
$count = Account::whereIp($ip)->whereHas('users', function ($query) {
|
||||
$query->whereConfirmed(true);
|
||||
$query->whereRegistered(true);
|
||||
})->count();
|
||||
|
||||
if ($count > 1 && $errorEmail = env('ERROR_EMAIL')) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue