topclaudy / compoships

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

stripos() expects parameter 1 to be string, array given #143

Open luisvbz opened 2 years ago

luisvbz commented 2 years ago

In My project I am using Laravel 8.83.23 with "awobaz/compoships": "^2.1" and I am getting this error. I am currently using the trait on the models. This issue are replicated to others user, exists any solution for this?

Thanks

fredsal commented 2 years ago

stripos() expects parameter 1 to be string, array given

Looks like an error from your implementation, also you didn't give file and line number, backtrace, and others Without that, don't expect many answers

emtiazzahid commented 1 year ago

found any solution for that?