Fix regression, placeholders for database events.
This commit is contained in:
parent
ee000d2d67
commit
5a241a84a5
|
@ -34,7 +34,15 @@ class SimpleEvent extends Event {
|
|||
}
|
||||
|
||||
public function getURL() {
|
||||
|
||||
return '/';
|
||||
}
|
||||
|
||||
public function getImageURL() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getDescription() {
|
||||
return [];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue