We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12adb39 + 0df74b8 commit 1574affCopy full SHA for 1574aff
README.md
@@ -751,7 +751,7 @@ The belongsToMany relation will not use a pivot "table" but will push id's to a
751
If you want to define custom keys for your relation, set it to `null`:
752
753
```php
754
-use Jenssegers\Mongodb\Eloquent\Mode;
+use Jenssegers\Mongodb\Eloquent\Model;
755
756
class User extends Model
757
{
0 commit comments