Skip to content

Commit

Permalink
Mark work as JSON serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 4, 2025
1 parent 46d11da commit 03f867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Work.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

namespace Mammatus\Queue\Contracts;

interface Work
interface Work extends \JsonSerializable
{
}

0 comments on commit 03f867c

Please sign in to comment.