diff --git a/tests/Fake/Address.php b/tests/Fake/Address.php index 87a85fb..c196a7f 100644 --- a/tests/Fake/Address.php +++ b/tests/Fake/Address.php @@ -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) {