We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84e44d commit 3437751Copy full SHA for 3437751
src/Illuminate/Foundation/Console/EventListCommand.php
@@ -48,6 +48,6 @@ protected function getEvents()
48
49
return collect($events)->map(function ($value, $key) {
50
return ['Event' => $key, 'Listeners' => implode("\n", $value)];
51
- })->values()->toArray();
+ })->sortBy('Event')->values()->toArray();
52
}
53
0 commit comments