Weble / ZohoBooksApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relationships

privyreza opened this issue · comments

WOuld it be possible to create relationships as well eg.

$invoice->customer

Hi, you mean in a "Laravel" way? It can be done, but it's a lot of work for a little benefit, you can do the same with $zoho->customer->get($invoice->customer_id), but if you feel up to it, send a PR and we'll check it!