Commit a9918fa7 authored by Jens Segers's avatar Jens Segers

Merge branch 'master' of github.com:segersjens/Laravel-MongoDB

parents 497c0f30 68d3c7ca
......@@ -52,7 +52,7 @@ Eloquent
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 {
......@@ -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:
$users = User::remember(10)->get();
\ No newline at end of file
$users = User::remember(10)->get();
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