Skip to content

Commit

Permalink
update on the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 29, 2023
1 parent 2aad0fc commit e933dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/db-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class Invoices extends Model

use MyApp\Models\Invoices;

/**
* Create an invoice
*/
$invoice = new Invoices();

$invoice->inv_cst_id = 1;
Expand Down

0 comments on commit e933dcd

Please sign in to comment.