Update ProducerInterface.php

This commit is contained in:
huangzhhui 2019-01-20 22:05:38 +08:00
parent ba2a0d18bb
commit 421180e7d2

View File

@ -14,7 +14,7 @@ namespace Hyperf\Amqp\Message;
interface ProducerInterface interface ProducerInterface
{ {
/** /**
* Publish a message. * Produce a message.
*/ */
public function produce(): void; public function produce(): void;
} }