Skip to content

Commit

Permalink
Merge pull request #6 from MammatusPHP/work-json-serializable
Browse files Browse the repository at this point in the history
Mark work as JSON serializable
  • Loading branch information
WyriHaximus authored Jan 4, 2025
2 parents 46d11da + 03f867c commit dffe67c
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 dffe67c

Please sign in to comment.