Skip to content

Commit 68d3c7c

Browse files
committed
Readme typo
1 parent 92754b8 commit 68d3c7c

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)