Skip to content

Commit

Permalink
fix transaction naming event
Browse files Browse the repository at this point in the history
  • Loading branch information
bazilio91 committed Aug 18, 2015
1 parent d1b589d commit c917f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function () use ($app) {
);

$app->on(
Application::EVENT_AFTER_ACTION,
Application::EVENT_BEFORE_ACTION,
function () use ($app) {
$this->getAgent()->nameTransaction($app->controller->id . '/' . $app->requestedAction->id);
}
Expand Down

0 comments on commit c917f52

Please sign in to comment.