задушнил

This commit is contained in:
mrilyew 2025-03-05 20:44:12 +03:00
parent e4904347c4
commit adb1ff4db3

View file

@ -22,7 +22,7 @@ class Faves
private function fetchLikes(User $user, string $class = 'Post') private function fetchLikes(User $user, string $class = 'Post')
{ {
$fetch = $this->likes->where([ $fetch = $this->likes->where([
"model" => "openvk\\Web\\Models\\Entities\\".$class, "model" => "openvk\\Web\\Models\\Entities\\" . $class,
"origin" => $user->getRealId(), "origin" => $user->getRealId(),
]); ]);