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 9bb9dc5 commit 4cbcdc8Copy full SHA for 4cbcdc8
config/nativephp.php
@@ -62,7 +62,7 @@
62
'cleanup_exclude_files' => [
63
'content',
64
'node_modules',
65
- '*/tests'
+ '*/tests',
66
],
67
68
/**
src/Notification.php
@@ -82,9 +82,9 @@ public function show(): self
82
'event' => $this->event,
83
'hasReply' => $this->hasReply,
84
'replyPlaceholder' => $this->replyPlaceholder,
85
- 'actions' => array_map(fn(string $label) => [
+ 'actions' => array_map(fn (string $label) => [
86
'type' => 'button',
87
- 'text' => $label
+ 'text' => $label,
88
], $this->actions),
89
]);
90
0 commit comments