Ivan - Fix static ticketevent

This commit is contained in:
Ivan Diaz 2017-01-15 01:36:04 -03:00
parent bfcb02b311
commit e8e29d8701
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ class APIKey extends DataStore {
'token'
];
}
public function toArray() {
return [
'name' => $this->name,

View File

@ -36,7 +36,7 @@ class Ticketevent extends DataStore {
return $ticketEvent;
}
public function getProps() {
public static function getProps() {
return [
'type',
'content',