mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Fixed analyse.
This commit is contained in:
parent
08fa48010a
commit
f52a0aa126
@ -8,6 +8,7 @@
|
||||
- [#913](https://github.com/hyperf/hyperf/pull/913) Added `Hyperf\ExceptionHandler\Listener\ErrorExceptionHandler`.
|
||||
- [#931](https://github.com/hyperf/hyperf/pull/931) Added `strict_mode` for config-apollo.
|
||||
- [#933](https://github.com/hyperf/hyperf/pull/933) Added plates template engine for view.
|
||||
- [#937](https://github.com/hyperf/hyperf/pull/937) Added consume events for nats.
|
||||
|
||||
## Fixed
|
||||
|
||||
|
@ -21,9 +21,6 @@ abstract class Event
|
||||
*/
|
||||
protected $consumer;
|
||||
|
||||
/**
|
||||
* @param mixed $data
|
||||
*/
|
||||
public function __construct(AbstractConsumer $consumer)
|
||||
{
|
||||
$this->consumer = $consumer;
|
||||
|
Loading…
Reference in New Issue
Block a user