diff --git a/server/models/Department.php b/server/models/Department.php index cdfae8b5..05add3ff 100644 --- a/server/models/Department.php +++ b/server/models/Department.php @@ -3,7 +3,7 @@ class Department extends DataStore { const TABLE = 'department'; - public function getProps() { + public static function getProps() { return [ 'name', 'sharedTicketList'