@@ -14,8 +14,8 @@ |
||
| 14 | 14 | { |
| 15 | 15 | protected $guarded = []; |
| 16 | 16 | |
| 17 | - public function getTimeAttribute() |
|
| 18 | - { |
|
| 19 | - return new Carbon(intval($this->timeL/1000)); |
|
| 20 | - } |
|
| 17 | + public function getTimeAttribute() |
|
| 18 | + { |
|
| 19 | + return new Carbon(intval($this->timeL/1000)); |
|
| 20 | + } |
|
| 21 | 21 | } |
@@ -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 | } |