Skip to content

Commit dae61e4

Browse files
author
Chris Cho
authored
Merge pull request #4 from ccho-mongodb/011024-backslash-fix
011024 backslash fix
2 parents 1755aae + 4cc6f78 commit dae61e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/eloquent-models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ define models for corresponding collections.
1717
Extending the base model
1818
~~~~~~~~~~~~~~~~~~~~~~~~
1919

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.
2121

2222
.. code-block:: php
2323

source/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Upgrading from version 3 to 4
2222
- Change dependency name in your composer.json to ``"mongodb/laravel-mongodb": "^4.0"``
2323
and run ``composer update``
2424

25-
- Change namespace from ``Jenssegers\Mongodb\\`` to ``MongoDB\Laravel\\``
25+
- Change namespace from ``Jenssegers\Mongodb\`` to ``MongoDB\Laravel\``
2626
in your models and config
2727

2828
- Remove support for non-Laravel projects

0 commit comments

Comments
 (0)