mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 08:50:22 -05:00
PSR12 Linting
This commit is contained in:
committed by
github-actions[bot]
parent
0cd9988d28
commit
f6bf6a326e
@@ -42,7 +42,8 @@ class UserGiftController extends Controller
|
||||
|
||||
$gifttransactions = BonTransactions::query()
|
||||
->with(['senderObj', 'receiverObj'])
|
||||
->where(fn ($query) => $query
|
||||
->where(
|
||||
fn ($query) => $query
|
||||
->where('sender', '=', $user->id)
|
||||
->orwhere('receiver', '=', $user->id)
|
||||
)
|
||||
@@ -118,7 +119,8 @@ class UserGiftController extends Controller
|
||||
}
|
||||
|
||||
$this->chatRepository->systemMessage(
|
||||
\sprintf('[url=%s]%s[/url] has gifted %s BON to [url=%s]%s[/url]',
|
||||
\sprintf(
|
||||
'[url=%s]%s[/url] has gifted %s BON to [url=%s]%s[/url]',
|
||||
\href_profile($user),
|
||||
$user->username,
|
||||
$value,
|
||||
|
||||
Reference in New Issue
Block a user