Skip to content

Commit

Permalink
Merge pull request #4 from sunkan/issue-4
Browse files Browse the repository at this point in the history
Fix namespace for MessageTrait
  • Loading branch information
makasim authored Dec 19, 2018
2 parents ee1da00 + 67af001 commit 72235fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpFpmMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Makasim\PhpFpm;

use Interop\Queue\Message;
use Interop\Queue\MessageTrait;
use Interop\Queue\Impl\MessageTrait;

class PhpFpmMessage implements Message, \JsonSerializable
{
Expand Down

0 comments on commit 72235fa

Please sign in to comment.