Ivan - Make getProps of Department static
This commit is contained in:
parent
c72f414f3f
commit
4943a5eb94
|
@ -3,7 +3,7 @@
|
|||
class Department extends DataStore {
|
||||
const TABLE = 'department';
|
||||
|
||||
public function getProps() {
|
||||
public static function getProps() {
|
||||
return [
|
||||
'name',
|
||||
'sharedTicketList'
|
||||
|
|
Loading…
Reference in New Issue