From 4943a5eb94d3a2ae5e77f6f9fb7868906954202a Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Aug 2016 20:21:51 -0300 Subject: [PATCH] Ivan - Make getProps of Department static --- server/models/Department.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'