Skip to content

Commit a9918fa

Browse files
committed
Merge branch 'master' of github.com:segersjens/Laravel-MongoDB
2 parents 497c0f3 + 68d3c7c commit a9918fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Eloquent
5252

5353
Tell your model to use the MongoDB model and set the collection (alias for table) property:
5454

55-
use Jenssegers\Mongodb\Model as Eloquent
55+
use Jenssegers\Mongodb\Model as Eloquent;
5656

5757
class MyModel extends Eloquent {
5858

@@ -186,4 +186,4 @@ These expressions will be injected directly into the query.
186186

187187
You may easily cache the results of a query using the remember method:
188188

189-
$users = User::remember(10)->get();
189+
$users = User::remember(10)->get();

0 commit comments

Comments
 (0)