You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @felixweiid thanks for reaching out with your issue. It would be helpful if you could create a minimal reproduction repository to better checkout the behavior.
Hi, I have parent model 'Transaction' and child model PurchaseOrder.
I have cast class 'ThousandSeparator'
When I retrieve data using Eloquent
$purchaseOrder = PurchaseOrder::withCasts(['total' => \App\Casts\ThousandSeparator::class]);
It simply does not work. However when I use normal model, it works.
Any ideas how to solve it?
The text was updated successfully, but these errors were encountered: