File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ define models for corresponding collections.
17
17
Extending the base model
18
18
~~~~~~~~~~~~~~~~~~~~~~~~
19
19
20
- To get started, create a new model class in your ``app\Models\\ `` directory.
20
+ To get started, create a new model class in your ``app\Models\`` directory.
21
21
22
22
.. code-block:: php
23
23
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Upgrading from version 3 to 4
22
22
- Change dependency name in your composer.json to ``"mongodb/laravel-mongodb": "^4.0"``
23
23
and run ``composer update``
24
24
25
- - Change namespace from ``Jenssegers\Mongodb\\ `` to ``MongoDB\Laravel\ \``
25
+ - Change namespace from ``Jenssegers\Mongodb\`` to ``MongoDB\Laravel\``
26
26
in your models and config
27
27
28
28
- Remove support for non-Laravel projects
You can’t perform that action at this time.
0 commit comments