mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add profile settings link
This commit is contained in:
parent
4f24ec22d2
commit
44927e2d07
3 changed files with 19 additions and 5 deletions
|
|
@ -240,7 +240,8 @@ class UserController extends AbstractController
|
|||
$userTarget->getAddress(),
|
||||
48
|
||||
),
|
||||
'star' =>
|
||||
'owner' => $user->getId() === $userTarget->getId(),
|
||||
'star' =>
|
||||
[
|
||||
'exist' => (bool) $userService->findUserStar(
|
||||
$user->getId(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue