Skip to content

Commit

Permalink
New translations db-models.md (Ukrainian)
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 4, 2020
1 parent de61567 commit 11f4f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uk-ua/db-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,9 @@ $invoice->inv_total = 120;
$invoice->save();
```

> **NOTE**: `save()` no longer accepts parameters to set data. You can use `assign` instead.
{: .alert .alert-warning }

```php
public function serialize(): string
```
Expand Down

0 comments on commit 11f4f0e

Please sign in to comment.