mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 17:25:11 +02:00
Ivan - Fix static ticketevent
This commit is contained in:
parent
bfcb02b311
commit
e8e29d8701
@ -9,6 +9,7 @@ class APIKey extends DataStore {
|
|||||||
'token'
|
'token'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function toArray() {
|
public function toArray() {
|
||||||
return [
|
return [
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
|
@ -36,7 +36,7 @@ class Ticketevent extends DataStore {
|
|||||||
return $ticketEvent;
|
return $ticketEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getProps() {
|
public static function getProps() {
|
||||||
return [
|
return [
|
||||||
'type',
|
'type',
|
||||||
'content',
|
'content',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user