Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxonRailey authored Apr 8, 2023
1 parent fc3ea6a commit c469227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ $vane->save(['star' => 'Sun']);

```php
$vane->from('planet');
$vane->where('temperature', '>', 0);
$vane->delete();
```

Expand Down

0 comments on commit c469227

Please sign in to comment.