We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b589d commit c917f52Copy full SHA for c917f52
handlers/BaseHandler.php
@@ -16,7 +16,7 @@ function () use ($app) {
16
);
17
18
$app->on(
19
- Application::EVENT_AFTER_ACTION,
+ Application::EVENT_BEFORE_ACTION,
20
function () use ($app) {
21
$this->getAgent()->nameTransaction($app->controller->id . '/' . $app->requestedAction->id);
22
}
0 commit comments