We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eb9d1 commit 4d4c90aCopy full SHA for 4d4c90a
src/Actions/Logs/GetTriggers.php
@@ -22,6 +22,7 @@ public function run(): array
22
->get()
23
->pluck('trigger')
24
->filter() // Remove null values
25
+ ->values()
26
->mapWithKeys(fn (string $value) => [$value => $value])
27
->toArray()
28
);
0 commit comments