Skip to content

Commit

Permalink
Merge pull request #560 from stephpy/hotfix/tracechain
Browse files Browse the repository at this point in the history
Tracechain must implements ContentInterface to be part of Body.
  • Loading branch information
danielmorell authored Mar 11, 2022
2 parents 4cf5c77 + 9fe56fa commit d2fde4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payload/TraceChain.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Rollbar\SerializerInterface;

class TraceChain implements SerializerInterface
class TraceChain implements ContentInterface
{
public function __construct(private array $traces)
{
Expand Down

0 comments on commit d2fde4e

Please sign in to comment.