Skip to content

Commit

Permalink
Enforce DTOs for messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 31, 2024
1 parent 0b67623 commit cc7a363
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Mammatus\Queue\Contracts;

use Interop\Queue\Message;

interface Worker
{
public function perform(Message $message): void;
}

0 comments on commit cc7a363

Please sign in to comment.