Skip to content

Commit 1574aff

Browse files
authored
Merge pull request #1975 from alamkanak/patch-1
Fix a typo
2 parents 12adb39 + 0df74b8 commit 1574aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)