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
Is your feature request related to a problem? Please describe.
Laravel 9 supports AttributeCasting for ValueObject for example class money
I wanna this library to support ValueObject casting.
Describe the solution you'd like
We probably should add a way to allow to return of multiple value for setAttribute via hashmap or via some custom DTO object SetAttributes
public function setAttribute($value)
{
return ucwords($value);
}
We should return Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Legion112
changed the title
Support for ValueObject cust.
Support for ValueObject cast.
Oct 12, 2022
Is your feature request related to a problem? Please describe.
Laravel 9 supports AttributeCasting for ValueObject for example class money
I wanna this library to support ValueObject casting.
Describe the solution you'd like
We probably should add a way to allow to return of multiple value for setAttribute via hashmap or via some custom DTO object
SetAttributes
We should return
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: