laravel-subscriptions icon indicating copy to clipboard operation
laravel-subscriptions copied to clipboard

feat: Disable relation integer casting to allow UUIDs with custom Models

Open DanielSpravtsev opened this issue 5 months ago • 0 comments

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

DanielSpravtsev avatar Aug 26 '24 10:08 DanielSpravtsev