Yannick Chenot
Yannick Chenot
Hi there, I'm working on a project where users can view their timesheets, which are collections of time entries. They can query them as JSON which is then parsed and...
Hi, I'm trying to use `queriesOne` for a resource but can't seem to get it right. To cut to the chase, this is the error I'm currently getting: ``` No...
Hi, First of all apologies because I don't really have time to investigate this. We use Laravel 8's [parallel testing feature](https://laravel.com/docs/8.x/testing#running-tests-in-parallel) in our CI pipeline and it recently broke. I've...
### Feature Description Hi, Would you consider adding support for [this magic method](https://github.com/spatie/enum/blob/main/src/Enum.php#L215) of Spatie's [Enum package](https://spatie.be/docs/enum/v3/introduction)? It allows for a shorter syntax when checking an enum's value. E.g. if...
This is basically a copy and paste of [that commit](https://github.com/illuminate/notifications/commit/666522fd943fb878423efdf78c6c4aaa0cc17154), that fixes an issue with notifications' object attribute serialization. Without that fix, deserialization fails after the first channel.