Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjorgedev committed Jul 13, 2024
1 parent 5fe84c1 commit 798ea95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ValueObjects/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

namespace HeyJorgeDev\QStash\ValueObjects;

class Message {}
class Message
{
public static function to(string $url): MessageToPublish
{
return MessageToPublish::to($url);
}
}

0 comments on commit 798ea95

Please sign in to comment.