@@ -54,16 +54,16 @@ |
||
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | $fromTime = $this->wrappedObject |
| 57 | - ->vacancy |
|
| 58 | - ->start_at |
|
| 59 | - ->timezone($this->wrappedObject->business->timezone) |
|
| 60 | - ->format($timeFormat); |
|
| 57 | + ->vacancy |
|
| 58 | + ->start_at |
|
| 59 | + ->timezone($this->wrappedObject->business->timezone) |
|
| 60 | + ->format($timeFormat); |
|
| 61 | 61 | |
| 62 | 62 | $toTime = $this->wrappedObject |
| 63 | - ->vacancy |
|
| 64 | - ->finish_at |
|
| 65 | - ->timezone($this->wrappedObject->business->timezone) |
|
| 66 | - ->format($timeFormat); |
|
| 63 | + ->vacancy |
|
| 64 | + ->finish_at |
|
| 65 | + ->timezone($this->wrappedObject->business->timezone) |
|
| 66 | + ->format($timeFormat); |
|
| 67 | 67 | |
| 68 | 68 | return ['from' => $fromTime, 'to' => $toTime]; |
| 69 | 69 | } |