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