laravel-subscriptions
laravel-subscriptions copied to clipboard
feat: Disable relation integer casting to allow UUIDs with custom Models
It is initially unclear that the problem stems from Models using HasUuids still casting relation IDs to integers with $casts. This relation_id casting is unnecessary, so it would be better to remove it entirely