Skip to content

Commit 5b6281f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e047709 + 7d65824 commit 5b6281f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ $invoice->createOrUpdateZohoId($id = null);
143143
// Also you can pass additional fields as array to this method
144144
$invoice->createAsZohoable($options = []);
145145
```
146+
**Note:** To use the Invoice like this, you must have the `invoices` table in your database just like you would for any Laravel model. This allows you to save data to the database and also be able to link it to the `zohos` table and use all the functions in `Zohoable`. Use the CRUD functions below if you do not intend to use the Zohoable model this way.
146147
147148
## CRUD Can be used like this:-
148149

0 commit comments

Comments
 (0)