diff --git a/src/pvv/side/simpleevent.php b/src/pvv/side/simpleevent.php index b2ce86b..de7f824 100644 --- a/src/pvv/side/simpleevent.php +++ b/src/pvv/side/simpleevent.php @@ -34,7 +34,15 @@ class SimpleEvent extends Event { } public function getURL() { - + return '/'; + } + + public function getImageURL() { + return null; + } + + public function getDescription() { + return []; } }