Ivan - Fix static ticketevent
This commit is contained in:
parent
bfcb02b311
commit
e8e29d8701
|
@ -9,6 +9,7 @@ class APIKey extends DataStore {
|
|||
'token'
|
||||
];
|
||||
}
|
||||
|
||||
public function toArray() {
|
||||
return [
|
||||
'name' => $this->name,
|
||||
|
|
|
@ -36,7 +36,7 @@ class Ticketevent extends DataStore {
|
|||
return $ticketEvent;
|
||||
}
|
||||
|
||||
public function getProps() {
|
||||
public static function getProps() {
|
||||
return [
|
||||
'type',
|
||||
'content',
|
||||
|
|
Loading…
Reference in New Issue