@@ -66,16 +66,16 @@ |
||
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | $fromTime = $this->wrappedObject |
| 69 | - ->vacancy |
|
| 70 | - ->start_at |
|
| 71 | - ->timezone($this->timezone) |
|
| 72 | - ->format($timeFormat); |
|
| 69 | + ->vacancy |
|
| 70 | + ->start_at |
|
| 71 | + ->timezone($this->timezone) |
|
| 72 | + ->format($timeFormat); |
|
| 73 | 73 | |
| 74 | 74 | $toTime = $this->wrappedObject |
| 75 | - ->vacancy |
|
| 76 | - ->finish_at |
|
| 77 | - ->timezone($this->timezone) |
|
| 78 | - ->format($timeFormat); |
|
| 75 | + ->vacancy |
|
| 76 | + ->finish_at |
|
| 77 | + ->timezone($this->timezone) |
|
| 78 | + ->format($timeFormat); |
|
| 79 | 79 | |
| 80 | 80 | return ['from' => $fromTime, 'to' => $toTime]; |
| 81 | 81 | } |