Using the interface inside the spatie data object #915
CheesyTech
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Faced with such a problem. I wanted to describe the DTO object abstractly through the package, but I got the following error:
Cannot call abstract method Spatie\LaravelData\Contracts\BaseData::pipeline()
Пример объекта
I also did the binding in the AppServiceProvider and expected that the package would automatically connect the necessary objects.
Can you tell me how to achieve this behavior and is it possible to implement it now?
Beta Was this translation helpful? Give feedback.
All reactions