Radu Vasile Catalin
Radu Vasile Catalin
i get no update from the mete values :))) Now, when the updated event is called, my model has no meta fields filled.
After a lot of debuging, I found out that my problem had something to do with laravel... Idk how but I found a workaround. My issue was: when I fire...
You can add the soft deletes trait to a model (check the docs for it). If you print the query of a model which has soft deletes enabled, it won't...
+1. It seems that they broke something. it seems that this line: ``` 71. $statistic->isEnabled() ``` will always return true. Source file: vendor\beyondcode\laravel-websockets\src\Statistics\Logger\HttpStatisticsLogger.php Have you solved your issue?
> I have not solved this issue yet, was hoping someone with more experience with the package had a solution. I could try to solve it. But rn I have...
> I have the same problem. Strange that there are no errors around this in the laravel log. I forgot to post my solution. The latest 1.x versions are broken...
Another way to fix this, which works if you don't have acces to the request object anymore ``` /**@var LengthAwarePaginator */ $paginate = User::query()->paginate(10); return $paginate->withQueryString(); ```
any update on the issue?
please add support by default, it is needed
Have you solved it? It happens to me too