Abbas Mkhzomi
Abbas Mkhzomi
i had same problem and i have done a lot of test . when you get this error it means if the receptor have an old whatsapp version installed it...
I guess the tests are fixed. i added [laravel testbench](https://packages.tools) to the package and I learned a lot throwout the way.
@ramiroaraujo @jwpage @mattcannon
Any plan to fix this ?
any plan to add this feature?
hello, glad that purity helped you. purity at it core uses laravels whereHas ([laravel docs](https://laravel.com/docs/10.x/eloquent-relationships#querying-relationship-existence)) function to filter by relations. try whereHas function outside purity and see if it works....
@adamgroom hello. Thanks for reporting. Surely that's, not expected behavior. We will fix that.
Hey @AhmedMedDev. Thanks for your contribution. can you add some tests so I can see the implications of this feature?
Hey @hosseinjarrahi. Laravel Purity looks for relation inside your model and have nothing to do with your schema. Define relation in your contents model. ```php // Content.php namespace App\Models; use...
@adamgroom thanks for reporting and fixing this issue. I will draft a new version.