Add colors to each event in hendelse

This commit is contained in:
2018-02-20 19:36:06 +01:00
parent f6174706f8
commit 550161bba2
6 changed files with 21 additions and 4 deletions

View File

@@ -56,4 +56,8 @@ class SimpleEvent extends Event {
return $this->isDBEvent;
}
public function getColor() {
return "#3b7";
}
}