Files
php-flasher/tests/Laravel
Younes ENNAJI 2ebdbecda6 fix: correct inverted Livewire registration condition
The condition in registerLivewire() was inverted, causing the Livewire
listener to never be registered when Livewire was actually available.

Before: returned early when Livewire class exists AND is NOT bound
After: returns early when Livewire class does NOT exist OR is NOT bound

This fixes Livewire notifications not being displayed in Livewire components.
2026-03-01 19:53:39 +00:00
..
2026-02-25 20:22:38 +00:00
2026-02-25 20:29:51 +00:00
2026-02-25 19:31:21 +00:00
2026-02-25 11:34:01 +00:00
2024-04-09 07:57:01 +00:00
2024-04-09 07:57:01 +00:00