Update more code.

This commit is contained in:
James Cole
2025-05-04 13:04:33 +02:00
parent abd9260193
commit e42107c03c
55 changed files with 106 additions and 278 deletions

View File

@@ -35,7 +35,5 @@ declare(strict_types=1);
Broadcast::channel(
'App.User.{id}',
static function ($user, $id) {
return (int)$user->id === (int)$id;
}
static fn($user, $id) => (int)$user->id === (int)$id
);