How to create relation between my model and customer model??
- 
					
					
					
					
Hi,
I created a new package for bagisto and inside its migration I have customer_id.
I need to do sync() for saving my data.
What should I do? - 
					
					
					
					
Hi @hChamran
You can override core model.
Please follow this link - https://devdocs.bagisto.com/override-core-model.html
Thanks