Skip to content

Commit 98a8ef5

Browse files
committed
Merge pull request mongodb#1975 from alamkanak/patch-1
Fix a typo
2 parents c6d779e + 69bcd0e commit 98a8ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ The belongsToMany relation will not use a pivot "table" but will push id's to a
751751
If you want to define custom keys for your relation, set it to `null`:
752752

753753
```php
754-
use Jenssegers\Mongodb\Eloquent\Mode;
754+
use Jenssegers\Mongodb\Eloquent\Model;
755755

756756
class User extends Model
757757
{

0 commit comments

Comments
 (0)