@@ -50,6 +50,6 @@ |
||
| 50 | 50 | { |
| 51 | 51 | $info = $this->info->attributes; |
| 52 | 52 | $info['transcript'] = $this->textTranscript; |
| 53 | - return ((object)$info); |
|
| 53 | + return ((object) $info); |
|
| 54 | 54 | } |
| 55 | 55 | } |
@@ -16,6 +16,6 @@ |
||
| 16 | 16 | |
| 17 | 17 | public function getTimeAttribute() |
| 18 | 18 | { |
| 19 | - return new Carbon(intval($this->timeL/1000)); |
|
| 19 | + return new Carbon(intval($this->timeL / 1000)); |
|
| 20 | 20 | } |
| 21 | 21 | } |