topclaudy / compoships

Multi-columns relationships for Laravel's Eloquent ORM
MIT License
1.1k stars 130 forks source link

Fix BelongsTo::associate() doc block #140

Closed leo108 closed 2 years ago

leo108 commented 2 years ago

associate() should be able to access null as parameter

https://github.com/laravel/framework/blob/9.x/src/Illuminate/Database/Eloquent/Relations/BelongsTo.php#L201 https://github.com/laravel/framework/pull/39614/files

leo108 commented 2 years ago

@topclaudy can you create a new release for this?

topclaudy commented 2 years ago

@leo108 Released in 2.1.4.