Skip to content

Commit

Permalink
增加扩展返回值
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson committed Jul 7, 2017
1 parent b882191 commit 89c6559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/AbstractMessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ final public function messageHandler(Collection $collection)
return;
}

$this->handler($collection);
return $this->handler($collection);
}

final public function applicationInfo($collection)
Expand Down

0 comments on commit 89c6559

Please sign in to comment.