Unverified Commit 1574aff9 authored by Stas's avatar Stas Committed by GitHub

Merge pull request #1975 from alamkanak/patch-1

Fix a typo
parents 12adb390 0df74b83
......@@ -751,7 +751,7 @@ The belongsToMany relation will not use a pivot "table" but will push id's to a
If you want to define custom keys for your relation, set it to `null`:
```php
use Jenssegers\Mongodb\Eloquent\Mode;
use Jenssegers\Mongodb\Eloquent\Model;
class User extends Model
{
......
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