Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Feb 27, 2024
1 parent 077d5fb commit 6f4fd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Winter provides a beautiful and simple Active Record implementation for working with your database, based on [Eloquent by Laravel](http://laravel.com/docs/eloquent). Each database table has a corresponding "Model" which is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the table.

Model classes reside in the **models** subdirectory of a plugin directory. An example of a model directory structure:
Model classes reside in the `models` subdirectory of a plugin directory. An example of a model directory structure:

```treeview
plugins/
Expand Down

0 comments on commit 6f4fd97

Please sign in to comment.