Skip to content

Commit

Permalink
New main.component.afterRunEventHandler event (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Jan 19, 2021
1 parent 560b222 commit 1b83158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/system/classes/BaseComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public function runEventHandler($handler)
{
$result = $this->{$handler}();

$this->fireSystemEvent('main.component.afterRunEventHandler', [$handler, &$result]);

return $result;
}

Expand Down

0 comments on commit 1b83158

Please sign in to comment.