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
Probably 3.0 since it would result in a breaking change, as we might need to remove the SimulatesAttributes trait in favor of the Fluent::class's magic methods. But maybe there is a possibility to duplicate these DTOs in 2.x and deprecate the existing ones.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like.✈️
Extend Laravel's
Fluent::class
for the following DTOs:Payavel\Orchestration\DataTransferObjects\Service::class
Payavel\Orchestration\DataTransferObjects\Provider::class
Payavel\Orchestration\DataTransferObjects\Account::class
What problem will this solve? 🔥
Improves the DX.
Which version(s) should this be pointed at?
Probably
3.0
since it would result in a breaking change, as we might need to remove theSimulatesAttributes
trait in favor of theFluent::class
's magic methods. But maybe there is a possibility to duplicate these DTOs in2.x
and deprecate the existing ones.The text was updated successfully, but these errors were encountered: