staudenmeir / laravel-merged-relations

Merged Laravel Eloquent relationships
MIT License
178 stars 11 forks source link

Error: getColumns() must be public. #18

Closed gdsrmygdsrjr closed 11 months ago

gdsrmygdsrjr commented 11 months ago

image image

staudenmeir commented 11 months ago

Hi @gdsrmygdsrjr, Thanks for reporting this. The issue was that Laravel 10.30 added its own getColumns()method that conflicts with the one in the package. I renamed the method and released a new version.