We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db47504 commit ca40054Copy full SHA for ca40054
1 file changed
user_guide_src/source/models/model.rst
@@ -21,7 +21,7 @@ updating records, deleting records, and more.
21
Accessing Models
22
****************
23
24
-Models are typically stored in the ``app/Models`` directory. They should have a namespace that matches their
+Models are typically stored in the **app/Models** directory. They should have a namespace that matches their
25
location within the directory, like ``namespace App\Models``.
26
27
You can access models within your classes by creating a new instance or using the :php:func:`model()` helper function.
0 commit comments