mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Ivan - Make getProps of Department static
This commit is contained in:
parent
c72f414f3f
commit
4943a5eb94
@ -3,7 +3,7 @@
|
|||||||
class Department extends DataStore {
|
class Department extends DataStore {
|
||||||
const TABLE = 'department';
|
const TABLE = 'department';
|
||||||
|
|
||||||
public function getProps() {
|
public static function getProps() {
|
||||||
return [
|
return [
|
||||||
'name',
|
'name',
|
||||||
'sharedTicketList'
|
'sharedTicketList'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user