@@ -151,8 +151,8 @@ discard block |
||
151 | 151 | 'interactive' => $this->interactive, |
152 | 152 | 'ended' => $this->ended, |
153 | 153 | 'start' => [ |
154 | - 'from' => strtotime($start_str).'000', |
|
155 | - 'to' => strtotime($end_str).'000', |
|
154 | + 'from' => strtotime($start_str) . '000', |
|
155 | + 'to' => strtotime($end_str) . '000', |
|
156 | 156 | ], |
157 | 157 | ]; |
158 | 158 | if (count($this->skills)) { |
@@ -176,8 +176,8 @@ discard block |
||
176 | 176 | $data = [ |
177 | 177 | 'status' => $this->ended ? ['CLOSE'] : ['OPEN'], |
178 | 178 | 'start' => [ |
179 | - 'from' => strtotime($start_str).'000', |
|
180 | - 'to' => strtotime($end_str).'000', |
|
179 | + 'from' => strtotime($start_str) . '000', |
|
180 | + 'to' => strtotime($end_str) . '000', |
|
181 | 181 | ], |
182 | 182 | ]; |
183 | 183 | if (count($this->skills)) { |