($model, string $key, mixed $value, array $attributes)
| 5 | class FrostingCast |
| 6 | { |
| 7 | public function get($model, string $key, mixed $value, array $attributes): ?Frosting |
| 8 | { |
| 9 | return new Frosting((string) $value); |
| 10 | } |
| 11 | } |
no outgoing calls
no test coverage detected