Ivan - Make getProps of Department static

This commit is contained in:
ivan 2016-08-04 20:21:51 -03:00
parent c72f414f3f
commit 4943a5eb94

View File

@ -3,7 +3,7 @@
class Department extends DataStore {
const TABLE = 'department';
public function getProps() {
public static function getProps() {
return [
'name',
'sharedTicketList'