Customizing the creation process of relationship

I found in docs that I can customize the creation process of resources. How to get relationship data in the handleRecordCreate method? I want to use repository pattern
Solution
Try dd($this->data) instead
Was this page helpful?