@@ -51,7 +51,7 @@ |
||
| 51 | 51 | $this->group = $user->user_group->desc; |
| 52 | 52 | $this->name = $this->lastName . ', ' . $this->firstName; |
| 53 | 53 | |
| 54 | - $this->blocks = array_filter($user->user_block, function ($block) { |
|
| 54 | + $this->blocks = array_filter($user->user_block, function($block) { |
|
| 55 | 55 | return $block->block_status == 'ACTIVE'; |
| 56 | 56 | }); |
| 57 | 57 | } |