Unverified Commit 0df74b83 authored by Raquib-ul Alam (Kanak)'s avatar Raquib-ul Alam (Kanak) Committed by GitHub

Fix a typo

`belongsToMany` operation is imporing the `Model` with a typo. Fixed it.
parent 12adb390
......@@ -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