laravelcm / laravel-subscriptions

Laravel Subscriptions is a flexible plans and subscription management system for Laravel.
MIT License
126 stars 20 forks source link

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

Closed DanielSpravtsev closed 1 month ago

DanielSpravtsev commented 3 months ago

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

pperzyna commented 1 month ago

@mckenziearts