You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that when I register an observers with the ObservedBy attribute is not tracked by event:list command while via observe method in an AppServiceProvider this is appropriately tracked.
Steps To Reproduce
Create a model with an Observer
Run php artisan event:list command
Check the different behavior based on the register mode
Note
With the model:show command it is correctly traced in both attack modes.