| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class CarbonCast extends CustomCastBase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Store value as time code string |
||
| 14 | * |
||
| 15 | * @param string $value |
||
| 16 | * @return string |
||
| 17 | */ |
||
| 18 | public function setAttribute($value) |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Retrieve value as Carbon instance |
||
| 25 | * |
||
| 26 | * @param string $value |
||
| 27 | * @return Carbon |
||
| 28 | * @throws Exception |
||
| 29 | */ |
||
| 30 | public function castAttribute($value) |
||
| 35 |