Commit 68d3c7ca authored by Jens Segers's avatar Jens Segers

Readme typo

parent 92754b8e
...@@ -52,7 +52,7 @@ Eloquent ...@@ -52,7 +52,7 @@ Eloquent
Tell your model to use the MongoDB model and set the collection (alias for table) property: Tell your model to use the MongoDB model and set the collection (alias for table) property:
use Jenssegers\Mongodb\Model as Eloquent use Jenssegers\Mongodb\Model as Eloquent;
class MyModel extends Eloquent { class MyModel extends Eloquent {
...@@ -186,4 +186,4 @@ These expressions will be injected directly into the query. ...@@ -186,4 +186,4 @@ These expressions will be injected directly into the query.
You may easily cache the results of a query using the remember method: You may easily cache the results of a query using the remember method:
$users = User::remember(10)->get(); $users = User::remember(10)->get();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment