websockets:watch -v now delegates User-column rendering to a bound IdentityFormatter. The package ships DefaultIdentityFormatter which produces #<id> - <name> | <username> - <email> for typical Eloquent users (any field absent = that segment dropped). Apps with non-User auth subjects (Company, ApiClient, multi-tenant blobs) can implement the contract and either bind it in their service provider or name it in config/websockets.php as 'identity_formatter'. Resolution order is: explicit container binding > config class > package default. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| AppManager.php | ||
| ChannelManager.php | ||
| IdentityFormatter.php | ||
| PusherMessage.php | ||