Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Aug 21, 2024
1 parent e40859d commit 5a197a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fake/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __toString()

public static function castUsing(array $arguments)
{
return new class() implements CastsAttributes {
return new class implements CastsAttributes {
public function get($model, $key, $value, $attributes)
{
if (!$value) {
Expand Down

0 comments on commit 5a197a4

Please sign in to comment.