Skip to content

Commit

Permalink
Merge pull request #63 from onefit/feature/TECH-2722-consumer-test
Browse files Browse the repository at this point in the history
TECH-2722 Create end to end test for consumer
  • Loading branch information
borjaeu authored Nov 24, 2020
2 parents 39a5203 + cfdca63 commit 00d3a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/RecordSerializerServiceFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct(Registry\PromisingRegistry $registry)
public static function create(): Closure
{
return function () {
new RecordSerializer(static::$registry);
return new RecordSerializer(static::$registry);
};
}
}

0 comments on commit 00d3a70

Please sign in to comment.