Commit 346d352
Update ListenerMakeCommand.php (#19660)
* Update ListenerMakeCommand.php
Allow to make listeners for the events outside of App or Illuminate namespaces
* Update ListenerMakeCommand.php
Pass all prefixes to `Str::startWith()` in anonymous array. instead of calling it 3 times (even more useful if more prefixes will be added later on).
* Update ListenerMakeCommand.php
Typo :(1 parent cfc5264 commit 346d352
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments