mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 04:37:46 +08:00
Update ProducerInterface.php
This commit is contained in:
parent
ba2a0d18bb
commit
421180e7d2
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user