Skip to content

Commit

Permalink
БЛЯЯЯЯЯЯЯЯТЬ
Browse files Browse the repository at this point in the history
  • Loading branch information
veselcraft committed Jul 19, 2023
1 parent d25c2ee commit cf23022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Web/Models/Entities/BlacklistItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ function getCreationDate(): DateTime
{
return new DateTime($this->getRecord()->created);
}


}
3 changes: 0 additions & 3 deletions Web/Models/Repositories/Blacklists.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ function isBanned(User $author, User $target): bool
if (!$author || !$target)
return FALSE;

bdump($this->getByAuthorAndTarget($author->getId(), $target->getId()), "хуита какая-то вроде для бл*клиста");


return !is_null($this->getByAuthorAndTarget($author->getId(), $target->getId()));
}
}

0 comments on commit cf23022

Please sign in to comment.