Skip to content

Commit

Permalink
initialize $hasPrimaryAction
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Jan 4, 2024
1 parent 11124c7 commit 30c32ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Notification/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Notification implements INotification {

protected array $actionsParsed;

protected bool $hasPrimaryAction;
protected bool $hasPrimaryAction = false;

protected bool $hasPrimaryParsedAction;

Expand Down

0 comments on commit 30c32ad

Please sign in to comment.