Skip to content

Commit

Permalink
Update MakeConsumerCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Feb 28, 2024
1 parent 9ce6538 commit beff088
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Command/MakeConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,7 @@ public function consume(\$data)
// 无需反序列化
var_export(\$data);
}
// 消费失败
public function onConsumeFailure(\$package)
{
// 无需反序列化
var_export(\$package);
}
}
EOF;
Expand Down

0 comments on commit beff088

Please sign in to comment.