Skip to content

Commit ca40054

Browse files
committed
docs: change folder decoration
1 parent db47504 commit ca40054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ updating records, deleting records, and more.
2121
Accessing Models
2222
****************
2323

24-
Models are typically stored in the ``app/Models`` directory. They should have a namespace that matches their
24+
Models are typically stored in the **app/Models** directory. They should have a namespace that matches their
2525
location within the directory, like ``namespace App\Models``.
2626

2727
You can access models within your classes by creating a new instance or using the :php:func:`model()` helper function.

0 commit comments

Comments
 (0)