Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and actions-user committed Sep 7, 2021
1 parent d8f1393 commit c39133d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attributes/DefaultCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public function accepts(ReflectionProperty $property): bool

public function resolveCaster(): Caster
{
return new $this->casterClass;
return new $this->casterClass();
}
}

0 comments on commit c39133d

Please sign in to comment.