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…
Reference in New Issue