Skip to content

Commit 4d4c90a

Browse files
committed
fix tests
1 parent 30eb9d1 commit 4d4c90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Actions/Logs/GetTriggers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function run(): array
2222
->get()
2323
->pluck('trigger')
2424
->filter() // Remove null values
25+
->values()
2526
->mapWithKeys(fn (string $value) => [$value => $value])
2627
->toArray()
2728
);

0 commit comments

Comments
 (0)