mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -37,5 +37,5 @@ use Illuminate\Support\Facades\Broadcast;
|
||||
|
||||
Broadcast::channel(
|
||||
'App.User.{id}',
|
||||
static fn ($user, $id) => (int)$user->id === (int)$id
|
||||
static fn ($user, $id): bool => (int)$user->id === (int)$id
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user