plugin
plugin copied to clipboard
[Bug]: The action of creating an Observer does not create the selected methods.
Bug description
Reproduce all times.
- Laravel Create Observer
- Select name
- Select methods
Result:
A class without methods.
Plugin version
8.1.4.241
Operating system
MacOS
Steps to reproduce
- Laravel Create Observer
- Select name
- Select methods
Result:
A class without methods.
Relevant log output
No response
These options work only if the Observed class is not empty. Sorry, it probably should be shown somehow.
Also fail with class
And the reason is written. It's not an Eloquent class. Do observers work with non-Eliqeunt classes?