diff --git a/docs/guide/en/typecasting.md b/docs/guide/en/typecasting.md index fd1fdeb..6259320 100644 --- a/docs/guide/en/typecasting.md +++ b/docs/guide/en/typecasting.md @@ -143,7 +143,7 @@ To cast a value to `DateTimeImmutable` object explicitly, you can use `ToDateTim ```php use DateTimeImmutable; -use \Yiisoft\Hydrator\Attribute\Parameter\ToDateTimeImmutable; +use Yiisoft\Hydrator\Attribute\Parameter\ToDateTimeImmutable; class Person {