Skip to content

Commit 30c32ad

Browse files
committed
initialize $hasPrimaryAction
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 11124c7 commit 30c32ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Notification/Notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Notification implements INotification {
7070

7171
protected array $actionsParsed;
7272

73-
protected bool $hasPrimaryAction;
73+
protected bool $hasPrimaryAction = false;
7474

7575
protected bool $hasPrimaryParsedAction;
7676

0 commit comments

Comments
 (0)