@@ -36,7 +36,7 @@ |
||
| 36 | 36 | return $this->offices; |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | - return $this->offices->filter(function (Office $office) use ($type) { |
|
| 39 | + return $this->offices->filter(function(Office $office) use ($type) { |
|
| 40 | 40 | return $office->getType() == $type; |
| 41 | 41 | }); |
| 42 | 42 | } |