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 6d621df commit ad81f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/MessageResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use HeyJorgeDev\QStash\Contracts\Resources\MessageInterface;
use HeyJorgeDev\QStash\Contracts\TransporterInterface;
use HeyJorgeDev\QStash\ValueObjects\Message;

class MessageResource implements MessageInterface
{
Expand All @@ -24,7 +25,7 @@ public function batch()
// TODO: Implement batch() method.
}

public function get(string $messageId)
public function get(string $messageId): Message
{
// TODO: Implement get() method.
}
Expand Down

0 comments on commit ad81f6f

Please sign in to comment.