@@ -45,7 +45,7 @@ |
||
45 | 45 | |
46 | 46 | public function jsonSerialize() |
47 | 47 | { |
48 | - return array_filter(get_object_vars($this)); |
|
48 | + return array_filter(get_object_vars($this)); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
@@ -33,6 +33,6 @@ |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | return $priorities; |
36 | - } |
|
36 | + } |
|
37 | 37 | |
38 | 38 | } |