Skip to content

Commit

Permalink
NotificationEvent cannot be replaced with custom implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cavasinf authored Dec 12, 2023
1 parent b314c85 commit 74e2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/NotificationEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use KevinPapst\TablerBundle\Model\NotificationV2Interface;
use KevinPapst\TablerBundle\Model\NotificationInterface;

class NotificationEvent extends ThemeEvent implements NotificationEventInterface
class NotificationEvent extends ThemeEvent
{
private ?string $title = null;

Expand Down

0 comments on commit 74e2a87

Please sign in to comment.