Skip to content

Commit

Permalink
support for application teardown event
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg committed Sep 1, 2022
1 parent 09fe072 commit 2cdfe3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Skeleton/Application/Api/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function accept_request() {
} else {
echo json_encode($response, JSON_PRETTY_PRINT);
}
$application->call_event_if_exists('application', 'teardown', [$this]);
}

/**
Expand Down

0 comments on commit 2cdfe3a

Please sign in to comment.