@@ -7,7 +7,7 @@ |
||
| 7 | 7 | { |
| 8 | 8 | public function get() |
| 9 | 9 | { |
| 10 | - return collect([ |
|
| 10 | + return collect([ |
|
| 11 | 11 | new WikiUserRole('advisor'), |
| 12 | 12 | new WikiUserRole('farmer'), |
| 13 | 13 | new WikiUserRole('student'), |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | public function get(string $userId) |
| 26 | 26 | { |
| 27 | - // $comments = Cache::get("comments_".$userId); |
|
| 27 | + // $comments = Cache::get("comments_".$userId); |
|
| 28 | 28 | if(isset($comments)){ |
| 29 | 29 | return json_decode($comments, true); |
| 30 | 30 | } |