I'm not sure it works, I did not find an assertion for tests. If not, we might need to use https://laravel.com/docs/10.x/notifications#customizing-notification-channel-queues
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/itip-notification-queue
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 54630 Build 19416: arc lint + arc unit
Event Timeline
Comment Actions
This doesn't work because of
PHP Fatal error: App\Policy\Mailfilter\Notifications\ItipNotification and Illuminate\Bus\Queueable define the same property ($queue) in the composition of App\Policy\Mailfilter\Notifications\ItipNotification. However, the definition differs and is considered incompatible. Class was composed in /opt/app-root/src/app/Policy/Mailfilter/Notifications/ItipNotification.php on line 11
I'll try assigning it in the constructor instead.